config changes to better build map .env and updates to the login ui controls

This commit is contained in:
2025-07-16 10:28:28 -06:00
parent 0553a933a7
commit 94755521d7
4 changed files with 113 additions and 6 deletions

View File

@@ -28,6 +28,11 @@
<span class="user-email" id="user-email">Loading...</span>
</div>
<div class="location-count" id="location-count">0 locations</div>
<!-- Add logout button for desktop -->
<button id="logout-btn" class="btn btn-danger">
<span class="btn-icon">🚪</span>
<span class="btn-text">Logout</span>
</button>
</div>
<!-- Mobile dropdown menu -->
@@ -46,6 +51,12 @@
<div class="mobile-dropdown-item user-info">
<span id="mobile-user-email">Loading...</span>
</div>
<!-- Add logout button for mobile -->
<div class="mobile-dropdown-item">
<button id="mobile-logout-btn" style="background: none; border: none; color: inherit; font-size: inherit; cursor: pointer; width: 100%; text-align: left;">
🚪 Logout
</button>
</div>
</div>
</div>
</header>