diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 519c2f3..5669df1 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '601'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '602'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.2.1'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/js/pages/recalls.js b/backend/static/js/pages/recalls.js index fd45d64..dfd9bbe 100644 --- a/backend/static/js/pages/recalls.js +++ b/backend/static/js/pages/recalls.js @@ -114,7 +114,7 @@ window.Page_recalls = (() => { if (!filtered.length) { const today = new Date().toLocaleDateString('de-DE', { day: '2-digit', month: '2-digit', year: 'numeric' }); listEl.innerHTML = UI.emptyState({ - icon: 'check-circle', + icon: UI.icon('check-circle'), title: 'Aktuell keine Rückrufe', text: `Letzte Prüfung: ${today}`, }); diff --git a/backend/static/sw.js b/backend/static/sw.js index eb682ca..5d090c4 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v601'; +const CACHE_VERSION = 'by-v602'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache