summaryrefslogtreecommitdiff
path: root/app/templates/workout
AgeCommit message (Collapse)AuthorFilesLines
2022-05-09Merge branch 'master' of stilbruch.xyz:strengthystilbruch1-24/+30
2022-05-09Improve history pagestilbruch1-19/+24
2022-05-08Working on resolving bugsFivePixels1-3/+3
2022-05-08Update record.js for timer support, partially workingFivePixels1-24/+30
2022-05-04Progress on progress api endpointstilbruch1-0/+1
2022-05-04Refactor loop logic on record.html, start work on timer on record pageFivePixels1-36/+55
2022-05-04Add time units (seconds) to input placeholder, on record_select updateFivePixels2-2/+2
no workouts message
2022-05-02Fix indentation in record.html, update record.js logicFivePixels1-12/+12
to add event listener to added sets, fix add sets button, update the home page href to prevent bug that sent user from /workout/record to just /workout
2022-05-02Add play icon to start recording workout buttonFivePixels1-1/+6
2022-05-02Update record_select to show option to create new workout when there areFivePixels1-2/+21
no workouts. Also fix spelling error in container
2022-04-30Change some templates to use parameterized routesstilbruch1-1/+1
2022-04-30Fix navbar burger and some other stuffstilbruch1-1/+0
2022-04-30Start workout history pagestilbruch1-0/+32
2022-04-24Fix workout creation and editingstilbruch1-5/+17
2022-04-24Workout records are now written to the databasestilbruch2-8/+8
2022-04-24Fix backend for workout editingstilbruch2-2/+13
2022-04-24Reformat python files with blackstilbruch1-5/+5
2022-04-23More progress on formsstilbruch1-12/+9
2022-04-23Begin logic on record.js for enter to tab handling, remove skip exerciseFivePixels2-10/+12
button from record page. Add info about workout in card on select page, update edit to use units if they exist on an existing workout
2022-04-23Work on exercise type support for create workoutstilbruch1-53/+61
2022-04-23Merge branch 'master' of stilbruch.xyz:strengthyFivePixels2-31/+65
2022-04-23Add dynamic option for time/reps on create screenFivePixels1-47/+25
2022-04-23Add javascript to add sets while recording workoutstilbruch1-44/+39
2022-04-23Update record workout pagestilbruch1-31/+33
2022-04-23Move routes into seperate folderstilbruch1-4/+5
2022-04-23Start workout record pagestilbruch1-4/+41
2022-04-23Add select page (it sucks)stilbruch2-26/+25
2022-04-18Merge branch 'master' of stilbruch.xyz:strengthystilbruch1-18/+18
2022-04-06Update homepage welcome div for formatting and color, update create/editFivePixels1-18/+18
workout page
2022-04-06Start record workoutstilbruch1-0/+37
2022-04-06Correct names for create and edit workout pagesstilbruch1-2/+0
2022-04-06Add confirmation modal for deleting a workoutstilbruch1-6/+0
2022-04-06Workouts names can be editedstilbruch1-32/+34
2022-04-06Exercises are now properly stored in the databasestilbruch1-0/+6
2022-04-06Added form classes for "create workout" formstilbruch1-7/+19
2022-04-06Modify Create a Workout pagestilbruch1-77/+74
2022-04-04Add javascript handling the 'Start a workout form' for incrementing rowsFivePixels1-23/+49
of exercises. Each input will have the name exercise-index and rep-index. Cancel button redirects to user homepage.
2022-03-23Start working on workout create pageFivePixels1-0/+65
Add variable to each page to determine with of "box" for form. Add new workout create route.