WIP - Complete App refactoring

This commit is contained in:
VincentMeilinger
2025-05-26 15:52:24 +02:00
parent 29fd3c668b
commit 5acf3b9c4f
49 changed files with 1996 additions and 543 deletions

View File

@@ -6,8 +6,7 @@
//
import SwiftUI
import SwiftUI
import SwiftData
@main
struct Nextcloud_Cookbook_iOS_ClientApp: App {
@@ -18,9 +17,11 @@ struct Nextcloud_Cookbook_iOS_ClientApp: App {
WindowGroup {
ZStack {
if onboarding {
OnboardingView()
//OnboardingView()
EmptyView()
} else {
MainView()
.modelContainer(for: Recipe.self)
}
}
.transition(.slide)