add ExerciseTemplate conecpt, fix UI elements

This commit is contained in:
Felix Förtsch
2024-08-25 23:20:56 +02:00
parent 71719c1f1b
commit 19e91d75e0
12 changed files with 181 additions and 121 deletions
+5
View File
@@ -13,6 +13,11 @@ struct ContentView: View {
var body: some View {
TabView {
Text("Log")
.tabItem {
Image(systemName: "pencil.and.list.clipboard")
Text("Log")
}
WorkoutLibrary()
.tabItem {
Image(systemName: "figure.run.square.stack")