1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-23 11:39:25 -05:00

chore(frontend): tweak settings page

This commit is contained in:
syuilo 2025-03-11 20:42:06 +09:00
parent d185785f20
commit ddbc83b2e4

View file

@ -91,11 +91,6 @@ const menuDef = computed<SuperMenuDef[]>(() => [{
text: i18n.ts.emojiPicker,
to: '/settings/emoji-picker',
active: currentPage.value?.route.name === 'emojiPicker',
}, {
icon: 'ti ti-cloud',
text: i18n.ts.drive,
to: '/settings/drive',
active: currentPage.value?.route.name === 'drive',
}, {
icon: 'ti ti-bell',
text: i18n.ts.notifications,
@ -146,6 +141,11 @@ const menuDef = computed<SuperMenuDef[]>(() => [{
}],
}, {
items: [{
icon: 'ti ti-cloud',
text: i18n.ts.drive,
to: '/settings/drive',
active: currentPage.value?.route.name === 'drive',
}, {
icon: 'ti ti-badges',
text: i18n.ts.roles,
to: '/settings/roles',