handle new jury, bingo WS message types in client

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 20:28:25 +01:00
parent ceba5521dc
commit 302f2e14c0

View File

@@ -91,6 +91,11 @@ export function useWebSocket(roomCode: string) {
case "predictions_locked":
lockPredictions()
break
case "jury_vote_opened":
case "jury_vote_closed":
case "bingo_announced":
// State updates arrive via game_state; these are supplementary signals
break
case "error":
console.error("Server error:", msg.message)
break