1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 08:34:18 +02:00

enhance(frontend): organize settings page

This commit is contained in:
syuilo
2025-03-30 11:16:38 +09:00
parent aeda34e5e7
commit 4af49e8385
5 changed files with 219 additions and 260 deletions

View File

@@ -122,11 +122,6 @@ const menuDef = computed<SuperMenuDef[]>(() => [{
text: i18n.ts.sounds,
to: '/settings/sounds',
active: currentPage.value?.route.name === 'sounds',
}, {
icon: 'ti ti-accessible',
text: i18n.ts.accessibility,
to: '/settings/accessibility',
active: currentPage.value?.route.name === 'accessibility',
}, {
icon: 'ti ti-plug',
text: i18n.ts.plugins,