Storyboard Feature
Deploy / deploy (push) Successful in 2m53s

This commit is contained in:
twotalesanimation
2026-07-22 12:19:19 +02:00
parent c968b8a46a
commit 77a3161f0c
6 changed files with 906 additions and 4 deletions
+2
View File
@@ -20,6 +20,7 @@ import {
ListVideo,
CloudUpload,
Clapperboard,
LayoutGrid,
} from 'lucide-react';
import { useState } from 'react';
import { useSession } from 'next-auth/react';
@@ -32,6 +33,7 @@ const navItems = [
{ href: '/playlist', label: 'Playlist', icon: ListVideo, hideForClient: true },
{ href: '/tasks', label: 'My Tasks', icon: ListTodo, hideForClient: true },
{ href: '/shoot-log', label: 'Shot Log', icon: Clapperboard, supervisorOnly: true },
{ href: '/storyboard', label: 'Storyboard', icon: LayoutGrid, supervisorOnly: true },
{ href: '/schedule', label: 'Schedule', icon: CalendarRange, adminOnly: true },
{ href: '/batch-upload', label: 'Batch Upload', icon: CloudUpload, adminOnly: true },
{ href: '/clients', label: 'Clients', icon: Users, adminOnly: true },