From 5aa97d06eb1401916cca49d6f1990d236513cab6 Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 27 Apr 2026 18:51:24 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Kacheln=20einklappbar=20(CSS-Spezifit?= =?UTF-8?q?=C3=A4t),=20Hero-Interval=206s=20=E2=80=94=20SW=20by-v446,=20AP?= =?UTF-8?q?P=5FVER=20425?= 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/welcome.js | 4 ++-- backend/static/sw.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 702f5ac..28f466a 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 = '424'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '425'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const App = (() => { diff --git a/backend/static/js/pages/welcome.js b/backend/static/js/pages/welcome.js index 36d74f7..479953f 100644 --- a/backend/static/js/pages/welcome.js +++ b/backend/static/js/pages/welcome.js @@ -455,7 +455,7 @@ window.Page_welcome = (() => { width: 14px; height: 14px; transition: transform 0.25s ease; } - .wc-grid--collapsed { display: none; } + .wc-grid.wc-grid--collapsed { display: none; } /* Bottom CTA */ .wc-bottom-cta { @@ -587,7 +587,7 @@ window.Page_welcome = (() => { sub.style.opacity = '1'; dots.forEach((d, i) => d.classList.toggle('wc-hero-dot--active', i === idx)); }, 400); - }, 4000); + }, 6000); } // ---------------------------------------------------------- diff --git a/backend/static/sw.js b/backend/static/sw.js index cf34bc0..0de955a 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-v445'; +const CACHE_VERSION = 'by-v446'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten