Fix: Installationsanleitung scrollt direkt zur Install-Karte — SW by-v440, APP_VER 419

Klick auf "Installationsanleitung" in Settings navigiert jetzt mit params
{ install: true }, welcome.js zeigt die Karte auch bei bereits installierter
PWA und scrollt direkt dorthin.
This commit is contained in:
rene 2026-04-27 06:16:39 +02:00
parent 664fb2a79b
commit b4c3698a3a
4 changed files with 16 additions and 9 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '418'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '419'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {