mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2025-12-21 21:22:25 +00:00
feat: add comment functionality for snippets with modal interface
This commit is contained in:
@@ -62,7 +62,11 @@
|
||||
<div id="vis"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="comment-modal-background" class="comment-modal-background"></div>
|
||||
<div id="comment-modal" class="comment-modal">
|
||||
<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