soulsync/webui
Broque Thomas 57259b6e3a Always run HTTP polling for download modal updates
The global download poller was disabled when WebSocket was connected,
but WebSocket connections can silently stop delivering messages without
triggering a disconnect event (room subscription lost, server emit
error, proxy timeout). This left modals frozen while downloads
continued server-side. Removing the socketConnected gate ensures the
2-second HTTP poll always runs as a fallback alongside WebSocket.
2026-04-17 14:08:48 -07:00
..
static Always run HTTP polling for download modal updates 2026-04-17 14:08:48 -07:00
index.html Add batch context panel to Downloads page 2026-04-17 12:18:00 -07:00