UX: Step 4 wieder strikt + Long-Press auf FAB = Status-Modal, SW by-v1093
- Step 4 wieder strikt: alle 3 (expenses + routes + notes) müssen im Cache sein, sonst weiß. 5/5 Braun = wirklich alles bereit. - Long-Press (600ms) auf #worlds-fab öffnet das Status-Modal mit detaillierter 5-Punkte-Checkliste + 'Fehlende nachladen'-Button. Normaler Click bleibt unverändert (FAB-Schnellaktion). Wenn Long-Press feuert, wird nachfolgender Click unterdrückt. - _bindLongPress wird mehrfach gebunden falls FAB neu gerendert wird (data-lpBound verhindert Doppel-Binding).
This commit is contained in:
parent
66d2d96a2f
commit
61af803d99
5 changed files with 43 additions and 18 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1092'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1093'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
|
||||
window.APP_VERSION = APP_VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue