Add Presence tab, RSSI chart, heartbeat; fix SSE flood, chart timezone, N+1 clients query

This commit is contained in:
bot
2026-04-03 21:50:41 +03:00
parent a73aae21ad
commit cbef4143ee
5 changed files with 376 additions and 9 deletions
+19
View File
@@ -360,6 +360,25 @@ thead th.sort-active::after { content: ' ' attr(data-arrow); }
letter-spacing: 0.06em;
}
/* ── Presence ── */
.presence-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.presence-sub {
font-size: 10px;
color: var(--text-muted);
margin-left: auto;
}
.presence-sub-label {
font-size: 9px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--text-muted);
margin-bottom: 6px;
}
/* ── Scrollbar ── */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }