+
+
Analytics
+
90-day trends and distributions
+
+
+ {/* Benchmark Submissions Over Time */}
+
+
+
+
Benchmark Submissions (90d)
+
+
+
+
+ {/* User Registrations Over Time */}
+
+
+
+
User Registrations (90d)
+
+
+
+
+ {/* Device Distribution + Genre Popularity (side by side) */}
+
+
+
+
+
Device Distribution
+
+
+
+
+
+
+
Genre Popularity
+
+
+
+
+
+ )
+}
diff --git a/components/manage/manage-sidebar.tsx b/components/manage/manage-sidebar.tsx
index d377440..23ac5f7 100644
--- a/components/manage/manage-sidebar.tsx
+++ b/components/manage/manage-sidebar.tsx
@@ -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 },