hyperhive/hive-c0re
iris 2f1b846baf dashboard: show meta-update progress in the META INPUTS panel
post_meta_update returns 200 immediately and runs the nix flake
update + agent-rebuild ripple in a background task, so the META
INPUTS panel looked idle for the whole multi-minute window (#259).

Track in-flight runs with a Coordinator atomic counter, exposed via
an RAII MetaUpdateGuard held across run_meta_update. Surface it as
the meta_update_running snapshot field plus a MetaUpdateRunning SSE
event (flipped only when the count crosses 0, so concurrent runs
flip the flag once). The panel shows a pulsing in-progress banner
and disables the update button while a run is active.
2026-05-22 21:54:28 +02:00
..
assets dashboard: show meta-update progress in the META INPUTS panel 2026-05-22 21:54:28 +02:00
src dashboard: show meta-update progress in the META INPUTS panel 2026-05-22 21:54:28 +02:00
Cargo.toml forge: replace curl shell-outs with reqwest http helper (closes #249) 2026-05-22 16:26:44 +02:00