Commit Graph

4 Commits

Author SHA1 Message Date
7a51e71767 Make passphrase entry a dialog instead of a page.
Additionally, we set some groundwork for storing the game data (lobby
id, player id, passphrase) in permanent storage in order to reconnect
with it later.
2023-12-23 16:44:23 +01:00
8f4cd2266f Handle board status message
This is another step to allow reconnecting after connection loss or
browser closing.

When the game is left with the X button on the bottom right, we will
close the websocket connection, to let the server know, that we are
gone.

The server still has issues that prevent this from working flawlessly.

Remove unused import
2023-12-09 20:48:36 +01:00
52540ec96c A lot of changes again?!? 2023-06-30 01:49:18 +02:00
605743c0d2 Introduce api types and some changes. 2023-06-02 23:28:40 +02:00