Fix some lobby issues

هذا الالتزام موجود في:
Dmitry Lenshin
2025-09-23 23:12:36 +03:00
الأصل ef4147930c
التزام 18d27d9ad2
7 ملفات معدلة مع 154 إضافات و96 حذوفات

عرض الملف

@@ -1699,7 +1699,7 @@ access to use this app.
</header>
<main>
<div id="lobbyUsers">
<table id="lobbyTb">
<template id="lobbyTbTemplate">
<tr>
<th></th>
<th></th>
@@ -1712,6 +1712,9 @@ access to use this app.
<td><button id="lobbyAcceptAllBtn" class="fas fa-check"></button></td>
<td><button id="lobbyRejectAllBtn" class="fas fa-times"></button></td>
</tr>
</template>
<table id="lobbyTb">
</table>
</div>
</main>