Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 540 Bytes

TODO.md

File metadata and controls

23 lines (16 loc) · 540 Bytes

TODO stuff

Dev Env

  • Install and configure eslint;
  • Add hot reload

Misc/Components

  • TopBar could receive a whole component instead of a callback for the back icon
  • Design and implement a big loading component
  • Design and implement a small loading component

Homepage

  • Add a loading component while fetching the workouts list

WorkoutCard

WorkoutExecution

  • Handle the error in the fetchWorkout function
  • Layout vertically centered

WorkoutUpdate

  • Handle the error in the fetchWorkout function