hyperhive/frontend/packages/dashboard/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 2a5444fdc8 feat(dashboard): live-tick agent status-age chip via data-set-at + 30s interval
Stamp data-set-at on .status-age spans so the '(set N ago)' label
stays accurate as time passes. Previously the age was computed once
when the async dashboard-state fetch completed and never updated.

With the keyed container row cache, rows persist much longer between
rebuilds (no more full rebuild on every SSE event), making stale
status-age labels more noticeable. The 30s ticker fixes this without
requiring a full row rebuild or re-fetch.
2026-06-05 13:08:53 +02:00
..
common.css fix(#1307) add appearance:none to .btn to strip browser UA button chrome 2026-06-04 21:04:45 +02:00
common.js fix(#1157): add viewport meta to all pages; use clientWidth for side panel 2026-06-03 18:23:37 +02:00
dashboard.css fix(#1293): override global li padding on agent menu separator 2026-06-04 20:06:18 +02:00
flow.css feat(dashboard): split monolithic CSS into common + per-page bundles 2026-06-02 11:19:32 +02:00
flow.html fix(#1157): add viewport meta to all pages; use clientWidth for side panel 2026-06-03 18:23:37 +02:00
flow.js fix(flow): flashError was inserting at top of terminal (invisible) 2026-06-05 13:02:48 +02:00
index.html fix(dashboard): refresh reminders on SCH3DUL3S tab activation + update stale comments 2026-06-05 12:06:32 +02:00
logs.css feat(dashboard): split monolithic CSS into common + per-page bundles 2026-06-02 11:19:32 +02:00
logs.html fix(#1157): add viewport meta to all pages; use clientWidth for side panel 2026-06-03 18:23:37 +02:00
logs.js feat(logs): auto-scroll live build output, elapsed-time ticker, SSE-driven list refresh 2026-06-05 12:06:47 +02:00
stream-worker.js chore: scrub #NNN issue references from code comments and nix descriptions 2026-06-01 13:30:52 +02:00
tabs.js feat(dashboard): live-tick agent status-age chip via data-set-at + 30s interval 2026-06-05 13:08:53 +02:00