-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for home database #1410
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@OskarDamkjaer Good catch on the missing |
@@ -59,6 +62,9 @@ export const DatabaseSelector = ({ | |||
) | |||
} | |||
const uniqDatabases = uniqBy(databasesList, 'name') | |||
const homeDb = | |||
uniqDatabases.find((db: any) => db.home) || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming we don't have any neat types for this, any is fine for now
* Add support for home database * Fix sysinfo command missing home database header * remove home column from sysinfo table * use home emjoi for both default/home db in selector * move emoji to end to workaround chrome spacing issue
http://home-database.surge.sh/