Bugfixes, renames, create custom TextEditor, logic simplifications

This commit is contained in:
2026-05-14 20:21:41 +02:00
parent 23fd16f88e
commit 3e8d5eb025
8 changed files with 83 additions and 28 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import SwiftUI
struct PeeredApp: App {
var body: some Scene {
WindowGroup {
ContentView()
AllNotesScreen()
}
}
}