hyperhive/frontend/packages
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 5264828091 fix: view-queue link + agent inbox shows unread messages only
fix(dashboard): update 'view queue' link to /builds.html

The build queue moved to its own /builds.html page. The queue-summary
'view queue →' link in tabs.js still pointed at /core.html, so clicking
it landed on the wrong page.

fix(broker): filter agent inbox to unread (acked_at IS NULL)

recent_for was returning all messages regardless of ack state, so the
agent inbox showed everything even after 'mark all read'. Now filters
to acked_at IS NULL — mirroring exactly what mark_all_read drains —
so the inbox empties on reload after the operator drains it.
2026-07-01 18:41:43 +02:00
..
agent fix: view-queue link + agent inbox shows unread messages only 2026-07-01 18:41:43 +02:00
dashboard fix: view-queue link + agent inbox shows unread messages only 2026-07-01 18:41:43 +02:00
shared fix(terminal): add missing .tool-result-block.error red rule 2026-07-01 18:34:03 +02:00