Image to profil

This commit is contained in:
NigeParis 2026-01-16 16:05:59 +01:00 committed by Maix0
parent 5884407f35
commit df79bc5a80

View file

@ -9,7 +9,8 @@ export async function openProfilePopup(profil: ClientProfil) {
<div-profil-name id="profilName" class="text-xl font-bold text-blue-500"> Profile of ${profil.user} </div> <div-profil-name id="profilName" class="text-xl font-bold text-blue-500"> Profile of ${profil.user} </div>
<div-login-name id="loginName"> Login status: <span class="recessed">${profil.loginName ?? 'Guest'}</span> </div> <div-login-name id="loginName"> Login status: <span class="recessed">${profil.loginName ?? 'Guest'}</span> </div>
</br> </br>
<div-login-name id="loginName"> Login ID: <span class="recessed">${profil.userID ?? ''}</span> </div> <div-login-name id="loginName"> Login ID: <span class="recessed">${profil.userID ?? ''}</span> </div>
<img src="/icons/${profil.userID}" class="w-30 h-30 absoluet absolute top-26 right-10" > </img>
</br> </br>
<button id="popup-b-invite" class="btn-style popup-b-invite">U Game ?</button> <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> <button id="popup-b-block" class="btn-style popup-b-block">Block User</button>