Tagebuch: Hunde-Picker als Einstiegsseite bei mehreren Hunden

This commit is contained in:
rene 2026-04-13 19:41:33 +02:00
parent 5ecd14a625
commit 56ab20a705
3 changed files with 139 additions and 10 deletions

View file

@ -394,7 +394,7 @@ const App = (() => {
// ÖFFENTLICHE API
// (andere Module können App.state, App.navigate etc. nutzen)
// ----------------------------------------------------------
return { init, navigate, state, renderDogSwitcher: _renderDogSwitcher };
return { init, navigate, state, setActiveDog, renderDogSwitcher: _renderDogSwitcher };
})();