diff --git a/backend/static/index.html b/backend/static/index.html index 20068f6..3a6a546 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -93,9 +93,9 @@ - - - + + +
@@ -562,7 +562,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 8867846..f9cab4b 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 = '657'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '658'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.3.0'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/js/pages/settings.js b/backend/static/js/pages/settings.js index 8829bb6..e90ebe8 100644 --- a/backend/static/js/pages/settings.js +++ b/backend/static/js/pages/settings.js @@ -1551,9 +1551,9 @@ window.Page_settings = (() => { _offerPushNotifications(); } - // Nach Login: Welcome-Seite oder Profil anlegen + // Nach Login: Direkt in HUND-Welt oder Profil anlegen if (_appState.activeDog) { - App.navigate('welcome'); + window.Worlds?.show(1); } else { App.navigate('dog-profile'); } diff --git a/backend/static/sw.js b/backend/static/sw.js index 57eeccd..368ae86 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-v657'; +const CACHE_VERSION = 'by-v658'; 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