Add function for sidebar shot column switch

This commit is contained in:
2026-03-07 09:33:44 +08:00
parent 1f229bff6c
commit 19bc4e8a23
17 changed files with 632 additions and 26 deletions
+6
View File
@@ -60,6 +60,12 @@ const routes: RouteRecordRaw[] = [
component: () => import('@/views/project/ProjectShotsView.vue'),
meta: { tab: 'shots', tabLabel: 'Shots', hasEpisode: true }
},
{
path: 'shots/:shotId',
name: 'ShotDetail',
component: () => import('@/views/project/ShotDetailView.vue'),
meta: { requiresAuth: true }
},
{
path: 'assets',
name: 'ProjectAssets',