feat: add analytics page with time-series charts to manage panel

This commit is contained in:
2026-05-16 17:16:51 +08:00
parent 0450946107
commit 9e98af1053
3 changed files with 136 additions and 0 deletions
+6
View File
@@ -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 },