diff --git a/static/index.html b/static/index.html index 9e193ec..7079c82 100644 --- a/static/index.html +++ b/static/index.html @@ -328,6 +328,23 @@ } @keyframes spin { to { transform: rotate(360deg); } } + .loading-spinner { + display: flex; align-items: center; justify-content: center; gap: 8px; + padding: 32px 16px; color: var(--text2); font-size: 13px; + } + .search-hint { + font-size: 10px; color: var(--text3); text-align: right; + margin-bottom: 4px; margin-top: -4px; + } + .help-btn { + width: 30px; height: 30px; border: none; background: transparent; + color: var(--text2); font-size: 18px; cursor: pointer; + display: flex; align-items: center; justify-content: center; + border-radius: 50%; flex-shrink: 0; + -webkit-tap-highlight-color: transparent; + } + .help-btn:active { background: var(--border); } + /* ═══════════════════════════════════════════════════════════════════════ EMPTY STATE ═══════════════════════════════════════════════════════════════════════ */ @@ -999,13 +1016,14 @@ HEADER ═══════════════════════════════════════════════════════════════════════ -->
- +

📦 Canteen Assets

+ - 📍 Tap GPS - ⬇️ 0 -
?
+ 📍 Tap GPS + ⬇️ 0 +
?
@@ -1052,7 +1070,13 @@ 🚪 Logout - +
- - + +
@@ -1294,13 +1318,14 @@
+
Ctrl+/ to focus search
- - +
@@ -1393,7 +1418,7 @@