feat(dashboard): add live observability overview

This commit is contained in:
vince 2026-06-19 03:38:38 +02:00
parent 2ff9f3c0ed
commit 2d2b905d18
27 changed files with 1417 additions and 144 deletions

View file

@ -34,7 +34,7 @@
.footer-cell {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
min-height: 2.65rem;
min-height: 1.9rem;
align-items: center;
background: rgba(2, 3, 2, 0.92);
color: inherit;
@ -44,7 +44,7 @@
span,
strong {
min-width: 0;
padding: var(--ui-space-2) var(--ui-space-3);
padding: 0.34rem 0.52rem;
overflow-wrap: anywhere;
text-transform: uppercase;
}
@ -53,13 +53,13 @@
height: 100%;
border-right: var(--ui-border);
color: var(--ui-color-muted);
font-size: 0.68rem;
font-size: 0.52rem;
font-weight: 800;
}
strong {
color: var(--ui-color-text);
font-size: 0.76rem;
font-size: 0.58rem;
}
.footer-cell[data-severity="ok"] strong {