Block bypass/toggle not synced via WebSocket to SPA #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a block is toggled from another client or footswitch changes affect individual blocks, the SPA doesn't update in real-time. Add WS handler.
Fixed in commit
47bb535. Added WebSocket connection in the SPA with a handler for block_toggled messages that calls loadState() to refresh the block display immediately.