add ExerciseEditor, Picker skeletons, AutocompleteTextfield
This commit is contained in:
@@ -15,10 +15,11 @@ struct ActiveWorkoutSessionControls: View {
|
||||
VStack {
|
||||
HStack {
|
||||
Text(session.getCurrentTodo())
|
||||
.font(.system(size: 24, weight: .bold, design: .rounded))
|
||||
}
|
||||
ProgressView("",
|
||||
value: session.getCurrentExerciseIndex() + 1,
|
||||
total: session.getTotalExerciseCount()
|
||||
value: session.getCurrentExerciseIndex(),
|
||||
total: session.getTotalExerciseCount() - 1
|
||||
)
|
||||
HStack {
|
||||
Button(action: {
|
||||
|
||||
Reference in New Issue
Block a user