Shifts manager
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
<header class="header">
|
||||
<h1>Map for CM-lite</h1>
|
||||
<div class="header-actions">
|
||||
<a href="/shifts.html" class="btn btn-secondary">
|
||||
<span class="btn-icon">📅</span>
|
||||
<span class="btn-text">View Shifts</span>
|
||||
</a>
|
||||
<div class="user-info">
|
||||
<span class="user-email" id="user-email">Loading...</span>
|
||||
</div>
|
||||
@@ -32,6 +36,9 @@
|
||||
<span>☰</span>
|
||||
</button>
|
||||
<div class="mobile-dropdown-content" id="mobile-dropdown-content">
|
||||
<div class="mobile-dropdown-item">
|
||||
<a href="/shifts.html" style="color: inherit; text-decoration: none;">📅 View Shifts</a>
|
||||
</div>
|
||||
<!-- Admin link will be added here dynamically if user is admin -->
|
||||
<div class="mobile-dropdown-item location-info">
|
||||
<span id="mobile-location-count">0 locations</span>
|
||||
|
||||
Reference in New Issue
Block a user