Add profile context menu & test profile popup
This commit is contained in:
parent
d587aed92c
commit
516bdf5186
12 changed files with 602 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue