config changes to better build map .env and updates to the login ui controls
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user