Add profile context menu & test profile popup
All checks were successful
Android Build / publish (push) Successful in 53s
Linux Build / publish (push) Successful in 52s

This commit is contained in:
olcxja 2026-06-19 20:04:23 +02:00
commit 516bdf5186
12 changed files with 602 additions and 14 deletions

View file

@ -49,7 +49,7 @@
<sidebarelement id="sidebar-profile">
<indicator>
</indicator>
<button class="icon-button" onclick="gotoSideProfilePopup()">
<button class="icon-button">
<img id="sidebar-pfp">
</button>
</sidebarelement>
@ -79,6 +79,16 @@
<div id="fixed-context-menu" class="context-menu">
</div>
<div id="profile-popup-container" class="profile-popup-container" style="display: none;">
<div class="profile-popup-bg" onclick="closeProfile()"></div>
<div class="profile-popup-content">
<button class="profile-popup-close-btn" onclick="closeProfile()">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" fill="var(--text-color)"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
</button>
<div id="profile-popup-inner"></div>
</div>
</div>
</body>
</html>
<script src="screens.js"></script>