This is essentially the EditWorkoutComponent from the old app.
--- TEMPLATE ----
(?maybe?) The current date displayed at the top, with arrows for next/previous date (?maybe?)
An input for bodyweight
A textarea for notes
A container of elements corresponding to each exercise in the workout:
The name of the exercise and corresponding set-type (myo, mTOR, regular, etc).
** The exercise name is clickable, and opens the Edit-Exercise Component
A row for each working set (not warmup sets) containing: weight, reps, and percentRecord (if applicable).
A button to add another exercise
A button to save the workout to the server.
This is essentially the
EditWorkoutComponent
from the old app.