aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-02-08 19:07:47 -0800
committerPinapelz <yukais@pinapelz.com>2025-02-08 19:07:47 -0800
commitda16c5147e37165e420a5205adc46dcfe66baa17 (patch)
treee165d314b3899f7d764f292b5490a2abc1fda71c /templates/index.html
parent6bc114dfac19db6977eca316d851ca1ba35bce2e (diff)
add title field to image modals
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 9790869..0e5cc84 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -59,8 +59,9 @@
</div>
<div id="image-modal" class="modal">
<div class="modal-content">
- <span class="close">&times;</span>
+ <span class="close"></span>
<img id="modal-img" src="" alt="Image preview" />
+ <input id="modal-title" type="text" placeholder="Enter title here" />
<textarea id="modal-description" placeholder="Enter description here"></textarea>
<button id="modal-save">Save</button>
</div>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage