refactor: use KpiStrip and StatusText in Dashboard page

Replace StatCard loop with KpiStrip composite, map KpiMetric mock data
to KpiItem interface. Remove unused .healthStrip CSS class.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-24 15:20:35 +01:00
parent 65ad955b97
commit 2a78f1535e
2 changed files with 36 additions and 24 deletions

View File

@@ -7,14 +7,6 @@
background: var(--bg-body);
}
/* Health strip */
.healthStrip {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
margin-bottom: 16px;
}
/* Filter bar spacing */
.filterBar {
margin-bottom: 16px;