history games now in chat and profil

This commit is contained in:
NigeParis 2026-01-13 15:19:00 +01:00 committed by Maix0
parent 9e431e9c6c
commit 2e87cb12c1
11 changed files with 121 additions and 13 deletions

View file

@ -13,7 +13,10 @@ export async function openProfilePopup(profil: ClientProfil) {
</br>
<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 text-amber-500">${profil.text}</span> </div>
<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-hTGame" class="btn-style-games popup-b-TTTgame">My TTT Games</button>
</div>
`;
const profilList = document.getElementById("profile-modal") ?? null;