Add auth system, fix map defaults, controls overflow, fix latest-date ref

This commit is contained in:
zyphlar
2026-04-22 17:03:15 -07:00
parent 6880382011
commit 24c27767ec
8 changed files with 288 additions and 55 deletions
+4 -2
View File
@@ -34,6 +34,8 @@
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
min-width: 200px;
max-height: calc(100vh - 20px);
overflow-y: auto;
}
.controls h3 {
@@ -291,7 +293,7 @@
<span>Diff Layer</span>
</div>
<div class="layer-item" draggable="true" data-layer="osm">
<input type="checkbox" id="osmToggle" checked>
<input type="checkbox" id="osmToggle">
<span>OSM Layer (Gray)</span>
</div>
<div class="layer-item" draggable="true" data-layer="county">
@@ -306,7 +308,7 @@
Show Added (Green)
</label>
<label>
<input type="checkbox" id="showRemoved" checked>
<input type="checkbox" id="showRemoved">
Show Removed (Red)
</label>
<label>