wip: Desktop UI

This commit is contained in:
syuilo
2020-11-03 17:00:47 +09:00
parent 0d4d7c9c0c
commit d7085b17fe
6 changed files with 100 additions and 13 deletions

View File

@@ -13,5 +13,5 @@ export const langs = _LANGS_;
export const getLocale = async () => Object.fromEntries((await entries(clientDb.i18n)) as [string, string][]);
export const version = _VERSION_;
export const instanceName = siteName === 'Misskey' ? host : siteName;
export const deckmode = localStorage.getItem('deckmode') === 'true';
export const ui = localStorage.getItem('ui');
export const debug = localStorage.getItem('debug') === 'true';