pacosako
pacosako copied to clipboard
Join Game Button can be pressed without entering a game id first.
Ideally, this would run some validation / ask the server and only afterwards transition to that page.
If the game does not exist, we need to show an error message below the input.
Unclear if I can avoid requesting the game twice (http + ws) in this without making things too complicated.