Move Projects tab ahead of Tags

Claude-Session: https://claude.ai/code/session_014esDWi42URLEC6Cj17hGQ3
This commit is contained in:
2026-07-16 20:13:04 -04:00
parent 80b18539f7
commit f877941c0d
+4 -4
View File
@@ -15,14 +15,14 @@ struct ContentView: View {
NotesListView()
}
Tab("Tags", systemImage: "tag") {
TagsView()
}
Tab(naming.plural, systemImage: "folder") {
ProjectsView()
}
Tab("Tags", systemImage: "tag") {
TagsView()
}
Tab("Settings", systemImage: "gearshape") {
SettingsView()
}