Files
rack/src
Fredrik Johansson 6c1f672b76
All checks were successful
Docker / build-and-push (push) Successful in 37s
Split UI render into full rebuild and passive refresh
The old renderLoop rebuilt the whole DOM every tick and had to bail
out entirely while a <select> was focused to avoid closing it.
refresh() now patches only values that drift on their own
(points/rate, crashes, log lines) in place, leaving the deploy form
and buttons untouched, while render() still handles the structural
rebuilds triggered by user actions.
2026-07-08 22:59:34 +02:00
..