aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/templates/map.html
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-30 19:27:37 -0400
committerhistoria <[not public]>2026-06-30 19:27:37 -0400
commitfee376102192dc6f24297a7b11324636ace3a07d (patch)
tree6c777cc71208b429eebdbdc5864b353d4af34a09 /internal/admin/templates/map.html
parent98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (diff)
downloadthehouseoficarus-fee376102192dc6f24297a7b11324636ace3a07d.tar.gz
feat: admin gui object CRUD is much nicer
Diffstat (limited to 'internal/admin/templates/map.html')
-rw-r--r--internal/admin/templates/map.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/admin/templates/map.html b/internal/admin/templates/map.html
index 6fd6261..3bcbb30 100644
--- a/internal/admin/templates/map.html
+++ b/internal/admin/templates/map.html
@@ -17,6 +17,10 @@
<span style="font-size:11px;color:#aaa;margin-left:8px">Zoom:</span>
<button onclick="zoomIn()" title="Zoom in" style="width:auto;font-size:14px;padding:0 6px;min-width:32px">&#x2795;</button>
<button onclick="zoomOut()" title="Zoom out" style="width:auto;font-size:14px;padding:0 6px;min-width:32px">&#x2796;</button>
+ <label style="font-size:11px;color:#ccc;cursor:pointer;display:flex;align-items:center;gap:4px;margin-left:8px" title="When unchecked, skips the confirm dialog when deleting rooms">
+ <input type="checkbox" id="confirmDelete" style="cursor:pointer">
+ Confirm before delete
+ </label>
</div>
<svg id="mapSvg" style="width:100%;height:100%"></svg>
<div class="room-tooltip" id="tooltip" style="display:none"></div>