feat : New listing + MainView

This commit is contained in:
Yaël Perret
2025-06-27 09:04:37 +02:00
parent 2b143bd884
commit 9a328ec9d8
55 changed files with 1036 additions and 615 deletions

View File

@@ -13,6 +13,7 @@ class StartupViewModel extends BaseViewModel {
// This is where you can make decisions on where your app should navigate when
// you have custom startup logic
_navigationService.replaceWithHomeView();
//_navigationService.replaceWithHomeView();
_navigationService.replaceWithMainView();
}
}