dashboard: refactor layout and add worker stats
All checks were successful
CI / syntax-check (push) Successful in 3s
CI / memory-leak-check (push) Successful in 11s

This commit is contained in:
Username
2025-12-28 15:19:50 +01:00
parent e89db20f5b
commit 35f24bb8b0
3 changed files with 205 additions and 190 deletions

View File

@@ -102,9 +102,6 @@ h3 { font-size: 13px; font-weight: 600; color: var(--dim); margin-bottom: 8px; }
.sysbar-val { font-weight: 600; font-feature-settings: "tnum"; }
.sysbar-bar { width: 50px; height: 4px; background: var(--border); border-radius: 2px; overflow: hidden; }
.sysbar-fill { height: 100%; border-radius: 2px; transition: width 0.3s; }
.sysbar-net .net-tx::before { content: '↑'; opacity: 0.5; margin-right: 1px; }
.sysbar-net .net-rx::before { content: '↓'; opacity: 0.5; margin-right: 1px; }
.sysbar-net .sysbar-val { min-width: 42px; }
/* Grid */
.g { display: grid; gap: 12px; margin-bottom: 16px; }