Nextcloud Login refactoring

This commit is contained in:
VincentMeilinger
2025-05-31 11:12:14 +02:00
parent 5acf3b9c4f
commit 48b31a7997
29 changed files with 1277 additions and 720 deletions

View File

@@ -9,6 +9,10 @@ import Foundation
import SwiftUI
import UIKit
@Observable class AppState {
}
/*
@MainActor class AppState: ObservableObject {
@Published var categories: [Category] = []