new playlist page
Deploy / deploy (push) Failing after 2m49s

This commit is contained in:
twotalesanimation
2026-06-07 19:33:59 +02:00
parent ecaa963055
commit 0be1818ff5
4 changed files with 418 additions and 0 deletions
+2
View File
@@ -17,6 +17,7 @@ import {
ListTodo,
CalendarRange,
BarChart2,
ListVideo,
} from 'lucide-react';
import { useState } from 'react';
import { useSession } from 'next-auth/react';
@@ -26,6 +27,7 @@ const navItems = [
{ href: '/dashboard', label: 'Dashboard', icon: LayoutDashboard },
{ href: '/projects', label: 'Projects', icon: FolderOpen },
{ href: '/shot-status', label: 'Shot Status', icon: BarChart2, hideForClient: true },
{ href: '/playlist', label: 'Playlist', icon: ListVideo, hideForClient: true },
{ href: '/tasks', label: 'My Tasks', icon: ListTodo, hideForClient: true },
{ href: '/schedule', label: 'Schedule', icon: CalendarRange, adminOnly: true },
{ href: '/clients', label: 'Clients', icon: Users, adminOnly: true },