Add game summary on client side

This commit is contained in:
Christoph Hagen
2021-12-21 11:16:54 +01:00
parent 941b25346d
commit b5cc395456
11 changed files with 46 additions and 10 deletions

View File

@ -54,6 +54,7 @@
<div id="table-player-state-left" class="player-connection-state">Offline</div>
</div>
<div id="available-games-list"></div>
<div id="game-summary">The game has ended.</div>
</div>
<div id="action-bar-centering">
<div id="action-bar"></div>