Fix: Kacheln einklappbar (CSS-Spezifität), Hero-Interval 6s — SW by-v446, APP_VER 425

This commit is contained in:
rene 2026-04-27 18:51:24 +02:00
parent 86d1642fba
commit 5aa97d06eb
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung. 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 = (() => { const App = (() => {

View file

@ -455,7 +455,7 @@ window.Page_welcome = (() => {
width: 14px; height: 14px; width: 14px; height: 14px;
transition: transform 0.25s ease; transition: transform 0.25s ease;
} }
.wc-grid--collapsed { display: none; } .wc-grid.wc-grid--collapsed { display: none; }
/* Bottom CTA */ /* Bottom CTA */
.wc-bottom-cta { .wc-bottom-cta {
@ -587,7 +587,7 @@ window.Page_welcome = (() => {
sub.style.opacity = '1'; sub.style.opacity = '1';
dots.forEach((d, i) => d.classList.toggle('wc-hero-dot--active', i === idx)); dots.forEach((d, i) => d.classList.toggle('wc-hero-dot--active', i === idx));
}, 400); }, 400);
}, 4000); }, 6000);
} }
// ---------------------------------------------------------- // ----------------------------------------------------------

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache Offline-Cache + Push Notifications + Tile-Cache
============================================================ */ ============================================================ */
const CACHE_VERSION = 'by-v445'; const CACHE_VERSION = 'by-v446';
const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten