feat(FN-4388): complete remaining observability surfaces

Fusion-Task-Id: FN-4388
Fusion-Task-Lineage: 7497a0a1-5edb-4778-b339-118d1fd668f7
This commit is contained in:
Fusion
2026-05-13 22:33:42 -07:00
committed by gsxdsm
parent 444a076ff7
commit 8539a3dec0
11 changed files with 297 additions and 6 deletions

View File

@@ -132,6 +132,25 @@
font-size: calc(var(--space-sm) + var(--space-xs));
}
.task-token-stats-panel__cache-ratio {
color: var(--text);
font-size: calc(var(--space-sm) + var(--space-xs));
}
.task-token-stats-panel__cache-ratio-label {
color: var(--text-muted);
}
.task-token-stats-panel__cache-ratio-value {
font-family: var(--font-mono);
font-weight: 700;
}
.task-token-stats-panel__cache-breakdown {
color: var(--text-muted);
font-size: calc(var(--space-sm) + var(--space-xs));
}
.task-token-stats-panel__empty,
.task-token-stats-panel__loading {
border: 1px dashed var(--border);