GideonNeedleman / 5x5

0 stars 0 forks source link

GideonNeedleman/issue139 #142

Closed GideonNeedleman closed 6 months ago

GideonNeedleman commented 6 months ago

Fixes #139 Fixes #134

While doing workout can add exercise.

AddExerciseModal has option to include existing exercises.

Can also create new exercise from within modal.

CreateExerciseModal is a wrapper for BuildExercise component with extra props to ensure correct modal behavior of submission buttons.

Saving the exercise here will auto add the exercise to the workout and close all modals.