Photograph the runs screen and a dashboard read against runs

This commit is contained in:
2026-08-25 12:13:58 +02:00
parent 77754936c6
commit 2840cc8e2b
6 changed files with 80 additions and 12 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export function RunMetricChart({
const drawn = plots.reduce((total, plot) => total + plot.length, 0)
return (
<div className="flex flex-col gap-2">
<div className="flex h-64 flex-col gap-2">
<UplotChart
labels={labels}
plots={plots}