hyperhive/frontend/packages
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 145f58b0b1 fix(core): add rebuild-live-log class to live-log container div
The CSS for the rebuild-queue live-log panel targets .rebuild-live-log
(border, border-radius, margin-top, background) but the HTML element only
had id="rebuild-live-log" — no class. As a result the panel box styles
never applied and the live log rendered unstyled (no border, no background,
no visual separation from the queue rows).

Fix: add class="rebuild-live-log" to the element so the CSS selector
matches.
2026-06-27 13:28:23 +02:00
..
agent feat(#1990): surface pending recv() message count in get_loose_ends 2026-06-26 01:22:20 +02:00
dashboard fix(core): add rebuild-live-log class to live-log container div 2026-06-27 13:28:23 +02:00
shared agent-ui: real fixed-width icon column for terminal rows 2026-06-22 00:41:24 +02:00