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()
|
NotesListView()
|
||||||
}
|
}
|
||||||
|
|
||||||
Tab("Tags", systemImage: "tag") {
|
|
||||||
TagsView()
|
|
||||||
}
|
|
||||||
|
|
||||||
Tab(naming.plural, systemImage: "folder") {
|
Tab(naming.plural, systemImage: "folder") {
|
||||||
ProjectsView()
|
ProjectsView()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Tab("Tags", systemImage: "tag") {
|
||||||
|
TagsView()
|
||||||
|
}
|
||||||
|
|
||||||
Tab("Settings", systemImage: "gearshape") {
|
Tab("Settings", systemImage: "gearshape") {
|
||||||
SettingsView()
|
SettingsView()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user