refactor: remove unused pages and components, streamline Admin and Dashboard functionality
Some checks failed
Frontend CI / lint (push) Failing after 13m42s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-07-12 22:00:16 +02:00
parent 4101047f55
commit 28ad6d12a7
6 changed files with 5 additions and 909 deletions

View File

@@ -9,7 +9,7 @@ import {
useSidebar,
} from '@/components/ui/sidebar'
import { useAuth } from '@/hooks/use-auth'
import { Activity, Home, Users, Volume2, Settings } from 'lucide-react'
import { Home, Users, Volume2, Settings } from 'lucide-react'
import { Link, useLocation } from 'react-router'
import { NavUser } from './NavUser'
import { NavPlan } from './NavPlan'
@@ -25,19 +25,9 @@ const navigationItems = [
href: '/soundboard',
icon: Volume2,
},
{
title: 'Activity',
href: '/activity',
icon: Activity,
},
]
const adminNavigationItems = [
{
title: 'Users',
href: '/admin/users',
icon: Users,
},
{
title: 'Sounds',
href: '/admin/sounds',