UX: Login → Welcome statt Diary; Landing-Features flacher (kein Box-Icon, einheitlicher Hintergrund) — SW by-v504, APP_VER 481

This commit is contained in:
rene 2026-04-29 16:53:17 +02:00
parent 414b7131e8
commit b4de0aa27c
4 changed files with 10 additions and 13 deletions

View file

@ -1337,9 +1337,9 @@ window.Page_settings = (() => {
_offerPushNotifications();
}
// Nach Login: Tagebuch oder Profil anlegen
// Nach Login: Welcome-Seite oder Profil anlegen
if (_appState.activeDog) {
App.navigate('diary');
App.navigate('welcome');
} else {
App.navigate('dog-profile');
}