Fix note entry dialog
This commit is contained in:
parent
13042bcfa3
commit
55c8180693
3 changed files with 117 additions and 49 deletions
12
index.html
12
index.html
|
|
@ -171,7 +171,7 @@
|
|||
</div>
|
||||
</dialog>
|
||||
|
||||
<!-- ── Notes modal ──────────────────────────────────────────── -->
|
||||
<!-- ── Notes modal ───────────────────────────────── -->
|
||||
<dialog id="notes-modal">
|
||||
<h2 id="notes-modal-title">Notes</h2>
|
||||
<div id="tune-notes-section">
|
||||
|
|
@ -189,6 +189,16 @@
|
|||
</div>
|
||||
</dialog>
|
||||
|
||||
<!-- ── Note editor modal (fullscreen, separate from notes list) ─ -->
|
||||
<dialog id="note-editor-modal">
|
||||
<h2 id="note-editor-title">Add note</h2>
|
||||
<textarea id="note-editor-ta" placeholder="Write your note… (Ctrl+↵ to save)"></textarea>
|
||||
<div class="modal-actions">
|
||||
<button id="btn-note-save">Save note</button>
|
||||
<button id="btn-note-cancel">Cancel</button>
|
||||
</div>
|
||||
</dialog>
|
||||
|
||||
<!-- ── Call modal ─────────────────────────────────────────── -->
|
||||
<dialog id="call-modal">
|
||||
<div id="call-header">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue