Mpas manual and udpates to map view buttons for simpler workflow

This commit is contained in:
2025-07-09 17:18:34 -06:00
parent ba387c4810
commit afc813753c
68 changed files with 5938 additions and 177 deletions

View File

@@ -49,6 +49,10 @@
<!-- Desktop map controls -->
<div class="map-controls">
<button id="toggle-start-location-btn" class="btn btn-secondary">
<span class="btn-icon">🏠</span>
<span class="btn-text">Hide Start Location</span>
</button>
<button id="refresh-btn" class="btn btn-primary">
<span class="btn-icon">🔄</span>
<span class="btn-text">Refresh</span>
@@ -57,10 +61,6 @@
<span class="btn-icon">📍</span>
<span class="btn-text">Find Me</span>
</button>
<button id="toggle-start-location-btn" class="btn btn-secondary">
<span class="btn-icon">🏠</span>
<span class="btn-text">Hide Start Location</span>
</button>
<button id="add-location-btn" class="btn btn-success">
<span class="btn-icon"></span>
<span class="btn-text">Add Location Here</span>
@@ -73,15 +73,15 @@
<!-- Mobile floating sidebar -->
<div class="mobile-sidebar" id="mobile-sidebar">
<button id="mobile-toggle-start-location-btn" class="btn btn-secondary" title="Toggle Start Location">
🏠
</button>
<button id="mobile-refresh-btn" class="btn btn-primary" title="Refresh">
🔄
</button>
<button id="mobile-geolocate-btn" class="btn btn-secondary" title="Find Me">
📍
</button>
<button id="mobile-toggle-start-location-btn" class="btn btn-secondary" title="Toggle Start Location">
🏠
</button>
<button id="mobile-add-location-btn" class="btn btn-success" title="Add Location">
</button>