initial pre-viable version of watch app
This commit is contained in:
@ -27,7 +27,6 @@ struct ContentView: View {
|
||||
}
|
||||
|
||||
|
||||
// Reports Tab
|
||||
NavigationStack {
|
||||
Text("Reports Placeholder")
|
||||
.navigationTitle("Reports")
|
||||
@ -36,6 +35,14 @@ struct ContentView: View {
|
||||
Label("Reports", systemImage: "chart.bar")
|
||||
}
|
||||
|
||||
NavigationStack {
|
||||
Text("Achivements")
|
||||
.navigationTitle("Achievements")
|
||||
}
|
||||
.tabItem {
|
||||
Label("Achivements", systemImage: "star.fill")
|
||||
}
|
||||
|
||||
// SettingsView()
|
||||
// .tabItem {
|
||||
// Label("Settings", systemImage: "gear")
|
||||
|
Reference in New Issue
Block a user