style: gameboared redesign

This commit is contained in:
Lala, Shahd
2026-05-14 23:38:06 +00:00
parent 2e84ec97c2
commit 490e2cb760
21 changed files with 2565 additions and 658 deletions
+1 -3
View File
@@ -226,9 +226,7 @@ export class GameFacade implements OnDestroy {
this.streamService.startStreaming(
this.gameId,
(event) => this.applyStreamEvent(event),
() => {
this.errorMessage = 'Live stream disconnected. Falling back to polling.';
}
() => { /* polling fallback — not an error */ }
);
}