hyperhive/frontend/packages
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 0894030754 fix(#1285): handle restart queue kind in dashboard container row
The pending-label derivation had no case for op.kind === 'restart', so
it fell through to the rebuild/rebuild-queued else branch — showing a
misleading 'rebuild pending' badge when the operator issued a restart.

Add explicit 'restarting' / 'restart queued' cases alongside the
existing meta_update and destroy cases.

Also add restart / startup_sweep / perm_change to QUEUE_KIND_GLYPH so
they render with a meaningful glyph (↺ /  / 🔑) instead of '?' in
the rebuild-queue panel.
2026-06-04 18:54:28 +02:00
..
agent fix(#1194): update Execution tool names + frontend + docs 2026-06-03 21:20:49 +02:00
dashboard fix(#1285): handle restart queue kind in dashboard container row 2026-06-04 18:54:28 +02:00
shared feat(terminal): auto-load older history on scroll-to-top 2026-06-03 21:07:53 +02:00