MartinKoleff / KareFitnessApp

Android fitness app made in Jetpack Compose.
MIT License
4 stars 0 forks source link

Do workout screen #2

Closed MartinKoleff closed 2 months ago

MartinKoleff commented 6 months ago

This screen will include;

MartinKoleff commented 4 months ago

ExerciseDetailsConfigurator to be changed for sets/weight sheet that is used in do workout screen.

MartinKoleff commented 4 months ago

To add select multiple exercises and a submit button in the toolbar with counter of how much exercises are currently selected. Skip ExerciseDetailsConfigurator screen and integrate it in SearchExercisesScreen.

MartinKoleff commented 4 months ago

Timer almost done. To add selection coloring of how much time is left wired with timer.

MartinKoleff commented 4 months ago

Timer coloring based on time passed done (last line doesnt await 0 to fix).

MartinKoleff commented 4 months ago

BottomDialog wired with ExerciseDataSheet. Added ExerciseInfoRow to show current exercise and current set of all. To wire with view model. Updated toolbar to have next workout button (to add swipe too).

MartinKoleff commented 4 months ago

Wired DoWorkoutViewModel with DoWorkoutScreen and NextExerciseCountdownScreen. To fix ExerciseDataSheet invalid data on initail load bug. To test NextExerciseCountdownScreen overlay on DoWorkoutScreen (check exercise timer inconsistencies).

MartinKoleff commented 3 months ago

Add do workout configurator

MartinKoleff commented 2 months ago

Storing data for workout completed.