Move Projects tab ahead of Tags
Claude-Session: https://claude.ai/code/session_014esDWi42URLEC6Cj17hGQ3
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user