feat: implement trash view

This commit is contained in:
dscyrescotti
2024-06-30 00:31:56 +07:00
parent c25d93e543
commit 63a619edf9
15 changed files with 520 additions and 109 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import SwiftUI
struct MemolaApp: App {
var body: some Scene {
WindowGroup {
MemosView()
DashboardView()
.persistence(\.viewContext)
.onReceive(NotificationCenter.default.publisher(for: UIApplication.willTerminateNotification)) { _ in
withPersistenceSync(\.viewContext) { context in