kreibaum / pacosako

This code drives the pacoplay.com website where you can play Paco Ŝako.
http://pacoplay.com
MIT License
23 stars 3 forks source link

Join Game Button can be pressed without entering a game id first. #108

Closed kreibaum closed 4 months ago

kreibaum commented 1 year ago

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.

kreibaum commented 1 year ago

image