feat : EventDetails -> layout and tabs

This commit is contained in:
Yaël Perret
2025-08-07 19:37:02 +02:00
parent 2cb2133208
commit 29b10f81f5
41 changed files with 284 additions and 161 deletions

View File

@@ -8,7 +8,7 @@ class StartupViewModel extends BaseViewModel {
// Place anything here that needs to happen before we get into the application
Future runStartupLogic() async {
await Future.delayed(const Duration(seconds: 3));
//await Future.delayed(const Duration(seconds: 3));
// This is where you can make decisions on where your app should navigate when
// you have custom startup logic