Chat box can be called from F1 and buttons for Games History now in another look

This commit is contained in:
NigeParis 2026-01-14 12:51:59 +01:00 committed by Maix0
parent 46113553a1
commit 85065d8bb3
5 changed files with 103 additions and 20 deletions

View file

@ -14,7 +14,7 @@ export async function openProfilePopup(profil: ClientProfil) {
<button id="popup-b-invite" class="btn-style popup-b-invite">U Game ?</button>
<button id="popup-b-block" class="btn-style popup-b-block">Block User</button>
<div id="profile-about" class="text-2xl">About: <span class="recessed">${profil.text}</span> </div>
<button id="popup-b-hGame" class="btn-style-games popup-b-game">My Pong Games</button>
<button id="popup-b-hGame" class="btn-style-games popup-b-game">Your Pong Games</button>
<button id="popup-b-hTGame" class="btn-style-games popup-b-TTTgame">My TTT Games</button>
</div>