feat(manage): add Suggestions and Storage nav items, reorganize sidebar sections
This commit is contained in:
@@ -6,7 +6,9 @@ import {
|
||||
UsersIcon,
|
||||
CpuIcon,
|
||||
Gamepad2Icon,
|
||||
HardDriveIcon,
|
||||
MessageSquareIcon,
|
||||
MessageSquarePlusIcon,
|
||||
FlagIcon,
|
||||
BarChart3Icon,
|
||||
LayoutDashboardIcon,
|
||||
@@ -34,10 +36,22 @@ const navItems: NavItem[] = [
|
||||
label: "Hardware",
|
||||
icon: CpuIcon,
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
href: "/manage/storage",
|
||||
label: "Storage",
|
||||
icon: HardDriveIcon,
|
||||
},
|
||||
{ type: "link", href: "/manage/games", label: "Games", icon: Gamepad2Icon },
|
||||
{ type: "divider" },
|
||||
{ type: "section", label: "Moderation" },
|
||||
{ type: "link", href: "/manage/reports", label: "Reports", icon: FlagIcon },
|
||||
{
|
||||
type: "link",
|
||||
href: "/manage/suggestions",
|
||||
label: "Suggestions",
|
||||
icon: MessageSquarePlusIcon,
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
href: "/manage/benchmarks",
|
||||
|
||||
Reference in New Issue
Block a user