From a698bec817387ca3537e91dc773a41aa4e2f0695 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 26 Apr 2026 08:30:06 +0200 Subject: [PATCH] =?UTF-8?q?Desktop:=20Settings=20max-width=20640=E2=86=928?= =?UTF-8?q?60px=20via=20page-container=20=E2=80=94=20SW=20by-v410?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/js/app.js | 2 +- backend/static/js/pages/settings.js | 2 +- backend/static/sw.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/static/js/app.js b/backend/static/js/app.js index bfb341b..482c19c 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 = '389'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '390'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const App = (() => { diff --git a/backend/static/js/pages/settings.js b/backend/static/js/pages/settings.js index 0383496..9148db3 100644 --- a/backend/static/js/pages/settings.js +++ b/backend/static/js/pages/settings.js @@ -99,7 +99,7 @@ window.Page_settings = (() => { }; _container.innerHTML = ` -
+
diff --git a/backend/static/sw.js b/backend/static/sw.js index 581bbb9..318b535 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-v409'; +const CACHE_VERSION = 'by-v410'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten