hyperhive/frontend/packages
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 750f64b7f0 feat(#1290): show per-agent loose-end question count in dashboard
Add a ' N' badge to each container row showing the count of pending
questions where the agent is the asker (awaiting an answer) or the
target (owes a reply). Derived live from questionsState — no backend
field needed.

Details:
- New .badge-loose-ends CSS class (purple, matching Q33R1ES section colour)
- Badge tooltip breaks down the count: 'N asked, N to answer'
- renderContainersFromState() called on QuestionAdded/QuestionResolved
  so the badge updates instantly when question state changes
- Existing  reminders badge kept separate (different signal)
2026-06-04 19:06:56 +02:00
..
agent fix(#1286): pretty-print system events in the agent terminal 2026-06-04 18:54:33 +02:00
dashboard feat(#1290): show per-agent loose-end question count in dashboard 2026-06-04 19:06:56 +02:00
shared feat(terminal): auto-load older history on scroll-to-top 2026-06-03 21:07:53 +02:00