feat: add tool nav pinning and unpinning

This commit is contained in:
pa
2026-03-15 20:32:30 +09:00
parent d0f8fbfada
commit af389e645d
23 changed files with 1232 additions and 452 deletions

View File

@@ -114,13 +114,13 @@ const routes = [
path: 'tools/gallery',
name: 'gallery',
component: Gallery,
meta: { navKey: 'tools' }
meta: { navKeys: ['tool-gallery', 'tools'] }
},
{
path: 'tools/screenshot-metadata',
name: 'screenshot-metadata',
component: ScreenshotMetadata,
meta: { navKey: 'tools' }
meta: { navKeys: ['tool-screenshot-metadata', 'tools'] }
},
{ path: 'settings', name: 'settings', component: Settings }
]