mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2025-12-21 21:22:25 +00:00
feat: improve comment modal UI and streamline event listener setup in UIManager
This commit is contained in:
@@ -64,8 +64,8 @@
|
||||
</div>
|
||||
<div id="comment-modal-background" class="comment-modal-background"></div>
|
||||
<div id="comment-modal" class="comment-modal">
|
||||
<h2>Comment Content Editor</h2>
|
||||
<textarea id="comment-textarea" placeholder="Add your comment here..."></textarea>
|
||||
<button class="button" id="comment-modal-save">Save</button>
|
||||
</div>
|
||||
<script type="module" src="src/main.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user