Add routes (untested)

This commit is contained in:
Jack Mechem 2026-03-27 18:40:05 -07:00
parent db20819ad2
commit d346ccf701
9 changed files with 132 additions and 13 deletions

View file

@ -12,7 +12,7 @@ export default function StatsGrid({ stats }: StatsGridProps) {
label="CPU"
value={stats ? `${stats.cpu.percent.toFixed(1)}%` : "—"}
sub={stats?.cpu.model.replace(/\(R\)/g, "").replace(/\(TM\)/g, "").trim()}
percent={stats?.cpu.percent.toFixed(1)}
percent={Number(stats?.cpu.percent.toFixed(1))}
delay={0}
/>
<StatCard