WIP
This commit is contained in:
@@ -22,6 +22,12 @@ struct WorkoutDetailView: View {
|
||||
TopButtonsView(workout: workout)
|
||||
.frame(height: 88)
|
||||
|
||||
Text(workout.name)
|
||||
.font(.title3)
|
||||
if let desc = workout.description {
|
||||
Text(desc)
|
||||
.font(.body)
|
||||
}
|
||||
CurrentWorkoutElapsedTimeView()
|
||||
ExerciseListView(workout: workout)
|
||||
CountdownView()
|
||||
|
||||
Reference in New Issue
Block a user