feat(manage): add dashboard overview and charts components
- DashboardOverview: stat cards, top contributors, playability distribution, and Steam sync health sections - DashboardCharts: placeholder for future ECharts integration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
|
||||
// Future: ECharts integration for trends over time
|
||||
// For now, the overview stats are sufficient
|
||||
export function DashboardCharts() {
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user