eb0a1beeef
chore: resolved a huge merge conflict
2025-11-13 08:57:48 +01:00
5d245d0011
feat(ui): implement tie & trump menu, fixed some critical bugs ( #52 )
...
Co-authored-by: LQ63 <lkhermann@web.de >
Reviewed-on: #52
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2025-11-13 08:20:30 +01:00
LQ63
5c8fd8510e
feat(ci): Polling
...
Added polling for when the game starts and a card gets played
2025-11-12 11:46:21 +01:00
c220e54bb8
feat(ui): added js routing, updated ingame ui, added tricktable ( #50 )
...
This merge request has full JS routing for calling specific endpoints. Game is fully playable but doesn't have polling yet. This version already has the UI changes adressed in MR #43 so first merge MR #43 and then this one or only merge this one because it already has the UI changes :)
Co-authored-by: LQ63 <lkhermann@web.de >
Reviewed-on: #50
Reviewed-by: Janis <janis-e@gmx.de >
2025-11-12 11:44:21 +01:00
LQ63
6d958cdd9e
feat(ui): added complete js routing for create game
...
added complete js routing for each button. Removed every form and replaced buttons with divs
2025-11-11 16:46:06 +01:00
LQ63
b508d2f428
feat(ui): added js routing for create game
...
added js routing for create game, removed the form and button
2025-11-11 14:10:37 +01:00
4d6ea54771
feat(docker): added docker container support ( #47 )
...
Reviewed-on: #47
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2025-11-07 14:22:23 +01:00
aa83082d09
fix: update allowed hosts filter and adjust background color in login page ( #45 )
...
Reviewed-on: #45
2025-11-07 11:13:59 +01:00
de565b52dc
fix: update file paths and improve session handling in user interactions ( #39 )
...
Reviewed-on: #39
2025-11-06 10:03:28 +01:00
051e7406e3
feat(ui): add Lobby and Main Menu Body ( #38 )
...
Co-authored-by: LQ63 <lkhermann@web.de >
Reviewed-on: #38
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2025-11-06 09:03:09 +01:00
32d4f9c6ce
feat(ui): add main menu navbar and join game functionality ( #35 )
...
Reviewed-on: #35
Reviewed-by: lq64 <lq@blackhole.local >
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2025-11-04 12:43:08 +01:00
afde6c02da
feat!: implemented multigame support ( #34 )
...
Reviewed-on: #34
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2025-11-01 20:53:22 +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