feat: add analytics page with time-series charts to manage panel
This commit is contained in:
@@ -28,6 +28,12 @@ const navItems: NavItem[] = [
|
||||
label: "Dashboard",
|
||||
icon: LayoutDashboardIcon,
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
href: "/manage/analytics",
|
||||
label: "Analytics",
|
||||
icon: BarChart3Icon,
|
||||
},
|
||||
{ type: "divider" },
|
||||
{ type: "section", label: "Management" },
|
||||
{ type: "link", href: "/manage/users", label: "Users", icon: UsersIcon, adminOnly: true },
|
||||
|
||||
Reference in New Issue
Block a user