Add client leave api

This commit is contained in:
Christoph Hagen
2021-11-30 20:55:25 +01:00
parent 775ac91cc8
commit 294b124807
5 changed files with 56 additions and 0 deletions

View File

@ -22,6 +22,9 @@
<button id="create-table-button" class="standard-button" onclick="createTable()">Create table</button>
<button id="refresh-tables" class="standard-button" onclick="refreshTables()">Refresh list</button>
</div>
<div id="game-bar">
<button id="leave-table" class="standard-button" onclick="leaveTable()">Leave table</button>
</div>
</div>
<div id="table-list">