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
type="bump"
type="monotone"
dataKey={metric}
fill="url(#areaFill)"
stroke="none"
/>
<Line
type="bump"
type="monotone"
dataKey={metric}
stroke={chartConfig[metric]?.color}
strokeWidth={2}