hyperhive/frontend/packages
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris cd7846b348 bash-tasks page: live interval poll + spawn_blocking the dir scan (review)
Two fixes from review:
- Liveness: /api/state isn't polled while online (only during login), so
  hooking refreshBashTasks to it only populated on cold load. Bash tasks
  start + finish asynchronously between turns, so add a light ~4s interval
  to keep the tasks pill live; the /api/state-time call now just does the
  first-paint populate. Doc note corrected to match.
- Move the blocking dir scan + per-file reads in /api/bash-tasks off the
  async executor via tokio::task::spawn_blocking (damocles nit).
2026-06-21 13:28:37 +02:00
..
agent bash-tasks page: live interval poll + spawn_blocking the dir scan (review) 2026-06-21 13:28:37 +02:00
dashboard dashboard: label graceful-stop queue entries 'stopping…' on agent cards 2026-06-19 12:01:44 +02:00
shared fix(dashboard): keep the logs ← home link + sub-tabs on one row 2026-06-10 19:51:34 +02:00