feat(ui): add compact KPI metrics in tab bar (Total, Err%, Avg, P99)
Some checks failed
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 1m1s
CI / docker (push) Successful in 51s
CI / deploy-feature (push) Has been skipped
CI / deploy (push) Has been cancelled

New TabKpis component shows scope-aware metrics with trend arrows
aligned right in the content tab bar. Each metric shows current value
and an arrow indicating change vs previous period (green=good, red=bad).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-28 14:42:58 +01:00
parent 73560d761d
commit c06f0c89e5
5 changed files with 160 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
.wrapper {
padding: 0.625rem 1.5rem 0;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1.5rem;
padding-top: 0.375rem;
border-bottom: 1px solid var(--border);
background: var(--surface);
gap: 1rem;
}