Show set notes on the workout and the gym mode

https://github.com/wger-project/wger/issues/702
This commit is contained in:
Roland Geider
2021-07-17 13:25:04 +02:00
parent d1a4088708
commit 6646640b9c
7 changed files with 44 additions and 4 deletions

View File

@@ -86,6 +86,7 @@ WorkoutPlan getWorkout() {
day: 1,
sets: 3,
order: 1,
comment: 'Important to do exercises correctly',
);
set1.addExercise(exercise1);
set1.settings.add(setting1);