refactor(observation): migrate SwiftUI state

This commit is contained in:
Peter Steinberger
2025-12-14 05:04:58 +00:00
parent aab5c490dc
commit b48a556de5
43 changed files with 253 additions and 194 deletions

View File

@@ -1,7 +1,7 @@
import SwiftUI
struct InstancesSettings: View {
@ObservedObject var store: InstancesStore
var store: InstancesStore
init(store: InstancesStore = .shared) {
self.store = store