WIP
This commit is contained in:
@@ -44,7 +44,7 @@ struct ExerciseListView: View {
|
||||
if bridgeModule.isInWorkout &&
|
||||
supersetIndex == bridgeModule.currentExerciseInfo.supersetIndex &&
|
||||
exerciseIndex == bridgeModule.currentExerciseInfo.exerciseIndex {
|
||||
Image(systemName: "checkmark")
|
||||
Image(systemName: "figure.run")
|
||||
.foregroundColor(.green)
|
||||
}
|
||||
|
||||
|
||||
@@ -107,6 +107,8 @@ struct WorkoutDetailView: View {
|
||||
}
|
||||
|
||||
ExerciseListView(workout: workout, showExecersizeInfo: $showExecersizeInfo)
|
||||
.padding([.top, .bottom], 10)
|
||||
.background(Color(uiColor: .secondarySystemBackground))
|
||||
|
||||
ActionsView(completedWorkout: {
|
||||
bridgeModule.completeWorkout()
|
||||
|
||||
Reference in New Issue
Block a user