Add user detail modal - click on member card to view full profile

This commit is contained in:
Kato
2026-09-03 20:45:53 +00:00
parent 9b972daa00
commit fe6626c10b
3 changed files with 83 additions and 0 deletions
+43
View File
@@ -222,6 +222,49 @@
</div>
</div>
<!-- User Detail Modal -->
<div id="user-detail-modal" class="modal hidden">
<div class="modal-content user-detail-modal">
<span class="close-btn" onclick="closeUserDetailModal()">&times;</span>
<div class="user-detail-header">
<div class="user-detail-avatar" id="user-detail-avatar">
<span class="user-avatar-text" id="user-detail-initial">?</span>
</div>
<div>
<h2 id="user-detail-username">@username</h2>
<p id="user-detail-company">Company</p>
</div>
</div>
<div class="user-detail-info">
<div class="detail-row">
<span class="detail-label hide-de">E-Mail</span>
<span class="detail-label hide-en">Email</span>
<span class="detail-value" id="user-detail-email">-</span>
</div>
<div class="detail-row">
<span class="detail-label hide-de">Homepage</span>
<span class="detail-label hide-en">Homepage</span>
<span class="detail-value" id="user-detail-homepage">-</span>
</div>
<div class="detail-row">
<span class="detail-label hide-de">Standort</span>
<span class="detail-label hide-en">Location</span>
<span class="detail-value" id="user-detail-location">-</span>
</div>
<div class="detail-row">
<span class="detail-label hide-de">Veröffentlicht</span>
<span class="detail-label hide-en">Published</span>
<span class="detail-value" id="user-detail-publish">-</span>
</div>
<div class="detail-row">
<span class="detail-label hide-de">Beschreibung</span>
<span class="detail-label hide-en">Description</span>
<span class="detail-value" id="user-detail-description">-</span>
</div>
</div>
</div>
</div>
<footer class="footer">
<p>
<span class="hide-de">Sponsored by</span>