1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 21:05:28 +02:00

enhance(frontend): re-organize settings page

This commit is contained in:
syuilo
2025-03-13 17:39:53 +09:00
parent 10b67e1b3a
commit 5d228fb0f3
8 changed files with 702 additions and 779 deletions

View File

@@ -105,10 +105,6 @@ const routes: RouteDef[] = [{
path: '/theme',
name: 'theme',
component: page(() => import('@/pages/settings/theme.vue')),
}, {
path: '/appearance',
name: 'appearance',
component: page(() => import('@/pages/settings/appearance.vue')),
}, {
path: '/navbar',
name: 'navbar',