Added profil popup - WIP page opens on double click of the name of buddy

This commit is contained in:
NigeParis 2025-12-06 15:33:11 +01:00
parent e128793913
commit 3550303a93
4 changed files with 95 additions and 36 deletions

View file

@ -31,6 +31,12 @@
<p>Charlie</p> -->
</div>
</div>
<div id="profile-modal" class="profilPopup hidden">
<div class="popUpBox">
<p class="text-xl font-bold" id="modal-name"></p>
<button id="close-modal" class="btn-style absolute bottom-32 right-12">Close</button>
</div>
</div>
</div>
</div>
</div>