Remove admin alerts and settings pages

Deleted the admin alerts and settings pages and removed their links and icons from the admin sidebar configuration. This streamlines the admin dashboard by eliminating unused or deprecated sections.
This commit is contained in:
g
2025-11-28 19:49:10 +00:00
parent 5562a88d4a
commit e8670ba763
3 changed files with 1 additions and 661 deletions

View File

@@ -1,4 +1,4 @@
import { Home, Shield, Users, Ban, UserPlus, Package, Settings, BarChart3, AlertTriangle } from "lucide-react"
import { Home, Shield, Users, Ban, UserPlus, Package, BarChart3 } from "lucide-react"
export const adminSidebarConfig = [
{
@@ -20,8 +20,6 @@ export const adminSidebarConfig = [
title: "System",
items: [
{ name: "Recent Orders", href: "/dashboard/admin/orders", icon: Package },
{ name: "System Alerts", href: "/dashboard/admin/alerts", icon: AlertTriangle },
{ name: "Settings", href: "/dashboard/admin/settings", icon: Settings },
],
},
]