Landing page redesign, dashboard improvements & new settings sections #67

Merged
uz1mani merged 60 commits from staging into main 2026-03-22 16:17:38 +00:00
54 changed files with 4256 additions and 783 deletions
Showing only changes of commit 4ef92b9e3a - Show all commits

View File

@@ -525,13 +525,13 @@ export default function Chart({
})} })}
<Area <Area
type="bump" type="monotone"
dataKey={metric} dataKey={metric}
fill="url(#areaFill)" fill="url(#areaFill)"
stroke="none" stroke="none"
/> />
<Line <Line
type="bump" type="monotone"
dataKey={metric} dataKey={metric}
stroke={chartConfig[metric]?.color} stroke={chartConfig[metric]?.color}
strokeWidth={2} strokeWidth={2}