Files
svc-proxy/internal/httpsrv/static
claude-timemachine 3e3f2333e4
CI / validate (push) Successful in 7s
CI / docker (push) Failing after 5s
ui: guard meta count against null tunnels list
/api/tunnels returns {"tunnels": null} when no bridges are active.
The previous code path short-circuited the empty render but still
dereferenced j.tunnels.length on the line that updates the header
meta — TypeError, then the "— connecting…" placeholder stuck around
forever. Coalesce to [] before .length.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-11 00:08:17 +02:00
..