Commit Graph

12 Commits

Author SHA1 Message Date
3e6cbe7d2d feat(user-sessions): implemented interactivity 2025-11-01 20:51:08 +01:00
b604e6935f chore: rebase 2025-11-01 20:50:57 +01:00
76bde997ef feat(user-sessions): implement GameLobby and user session management with exception handling 2025-11-01 20:50:50 +01:00
465004b9ce chore: rebase 2025-11-01 20:50:35 +01:00
b6f0089d64 feat(user-sessions): add JWT-based session management and main menu route 2025-11-01 20:49:37 +01:00
306d5b309b feat(user-sessions): implement user login, logout, and session management 2025-11-01 20:49:37 +01:00
92e4851219 feat(ui): added rules (#12)
added /rules to webui

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #12
2025-10-23 09:39:13 +02:00
c77eeff123 Refactor match handling and session management; add player session functionality and update event handling in WebUI 2025-10-13 15:16:41 +02:00
7cbb6e6ab7 Refactor Match class and rename WebUI to WebUIMain; update HomeController for new UI structure 2025-10-12 22:56:25 +02:00
LQ63
9098b7c4e3 Added WebUI observer, added route to see latestOutput. For some reason the WebUI Observer doesn't execute it's methods for writing stuff into latestOutput. This has something to do with how the threads work 2025-10-12 15:05:40 +02:00
30fb50c3b8 Add WebUI and ingame route, update Configuration and DefaultConfiguration for UI integration 2025-10-10 13:31:50 +02:00
d822d11acc Add HomeController and initial application setup with routing 2025-10-10 11:50:10 +02:00