hyperhive/frontend/packages
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris f87a674e14 fix(flow): flashError was inserting at top of terminal (invisible)
The compose box's send-error path used:
  flow.insertBefore(row, flow.firstChild)

This inserts the error before the first (oldest) child — at the top of
the terminal's scroll area — which is completely out of view since the
operator is at the bottom watching new messages.

Changed to flow.append(row) + scroll the wrap element to the bottom so
the error appears where the operator is looking. Also prefixed the
message with '✗ ' so it's visually distinct from regular flow rows.
2026-06-05 13:02:48 +02:00
..
agent feat(stats): surface reminder_stats in the summary chip row 2026-06-05 01:14:45 +02:00
dashboard fix(flow): flashError was inserting at top of terminal (invisible) 2026-06-05 13:02:48 +02:00
shared fix(#1249): break sticky-bottom lock when user scrolls up during snap animation 2026-06-04 20:10:37 +02:00