hyperhive/frontend/packages
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris eb1d913b47 fix(dashboard): call.js question handlers referenced tabs.js-only renderContainersFromState
applyQuestionAdded / applyQuestionResolved (call.js) called
renderContainersFromState() to refresh the SW4RM rows' per-agent
question-count badges, but that's a tabs.js closure-local not in call.js's
scope — so the question_added / question_resolved SSE handlers threw
'ReferenceError: renderContainersFromState is not defined' and aborted.
Inject it as an onContainersDirty callback via initCall (same pattern as
onCountsChanged), wired by tabs.js to renderContainersFromState. Closes #1826.
2026-06-21 22:42:34 +02:00
..
agent agent-ui: collapse streamed thinking_tokens ticks into one live row 2026-06-21 22:09:31 +02:00
dashboard fix(dashboard): call.js question handlers referenced tabs.js-only renderContainersFromState 2026-06-21 22:42:34 +02:00
shared fix(dashboard): keep the logs ← home link + sub-tabs on one row 2026-06-10 19:51:34 +02:00