UX: Login → Welcome statt Diary; Landing-Features flacher (kein Box-Icon, einheitlicher Hintergrund) — SW by-v504, APP_VER 481
This commit is contained in:
parent
414b7131e8
commit
b4de0aa27c
4 changed files with 10 additions and 13 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue