Dashboard filtering, automatic tracking, chart rebuild & settings modal #40

Merged
uz1mani merged 28 commits from staging into main 2026-03-07 00:21:04 +00:00
26 changed files with 1811 additions and 1312 deletions
Showing only changes of commit 74ee64a560 - Show all commits

View File

@@ -360,7 +360,7 @@ export default function Chart({
{item.label}
</div>
<div className="flex items-baseline gap-2">
<span className="text-xl sm:text-2xl font-bold text-neutral-900 dark:text-white tabular-nums">
<span className="text-xl sm:text-2xl font-bold text-neutral-900 dark:text-white">
{item.value}
</span>
<TrendBadge trend={item.trend} invert={item.invertTrend} />