fix(frontend): drop classic ui

This commit is contained in:
syuilo
2025-03-30 14:25:56 +09:00
parent c03f9bff0a
commit 4f4cb6738c
6 changed files with 3 additions and 793 deletions

View File

@@ -145,13 +145,6 @@ export const navbarItemDef = reactive({
miLocalStorage.setItem('ui', 'deck');
unisonReload();
},
}, {
text: i18n.ts.classic,
active: ui === 'classic',
action: () => {
miLocalStorage.setItem('ui', 'classic');
unisonReload();
},
}], ev.currentTarget ?? ev.target);
},
},