feat(ui): Fixed polling, added JQuery Ajax

Fixed Race Condition problems with polling, added JQuery
This commit is contained in:
LQ63
2025-11-19 15:14:47 +01:00
parent e60fe7c98d
commit e2a5cb9614
6 changed files with 312 additions and 312 deletions

View File

@@ -5,4 +5,5 @@ enum PollingEvents {
case NewRound
case ReloadEvent
case LobbyUpdate
case LobbyCreation
}