diff --git a/backend/static/index.html b/backend/static/index.html index 5b5341f..1cd9cfa 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -88,9 +88,9 @@ - - - + + + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 701531d..c05a7a5 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 = '521'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '522'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.0.0'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/sw.js b/backend/static/sw.js index 53e1868..88448fe 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,16 +3,16 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v544'; +const CACHE_VERSION = 'by-v545'; 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 // index.html wird NICHT pre-gecacht (immer Network-First) const STATIC_ASSETS = [ - '/css/design-system.css?v=543', - '/css/layout.css?v=543', - '/css/components.css?v=543', + '/css/design-system.css?v=545', + '/css/layout.css?v=545', + '/css/components.css?v=545', '/icons/phosphor.svg', '/js/api.js', '/js/ui.js',