EXERLOG / exer_log

exer_log - authored by @KalleHallden

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix navigation

jorre127 opened this issue · comments

When finishing a workout you go to the calendar page. But the problem is that you can then navigate back using the back arrow to the workout you just finished (I assume this is not intended seeing as we already finished and saved this workout at this moment).

Also when pressing the back button on the workout page, we do a pop and then push to the calendar screen. This looks visually confusing because we press back, but it looks like a new page gets pushed onto the screen.

My suggestion is to change the navigation flow so when you go from the calendar page to the workout page we do this with a push instead ( its a push replace now) this way we can just pop when pressing the back button. Same for when we save the session we can just pop back to the calendar page. This way we don't have the problem where we can navigate back to a already finished session.

Simulator.Screen.Recording.-.iPhone.12.-.2022-08-10.at.23.37.23.mp4

Also fix this issue where we can go back twice when opening a workout from the calendar

Simulator.Screen.Recording.-.iPhone.12.-.2022-08-10.at.23.41.44.mp4

i think i did fix this in #99