astashov / liftosaur

Weightlifting tracker app for coders
https://www.liftosaur.com
GNU Affero General Public License v3.0
241 stars 32 forks source link

Logged workout reps are deleted when making changes #63

Closed amb1s1 closed 9 months ago

amb1s1 commented 1 year ago

The app is deletes the logged workout repetition when changing the last rep during workout. This can be frustrating because the user has to start over again.

Steps to Reproduce:

Log a workout rep. Make changes to the last rep weight.

Expected Behavior:

The logged workout rep should be retained, even when the user is making changes.

Actual Behavior:

The logged workout rep is deleted.

Screen Capture:

https://share.icloud.com/photos/07azxpRyUOIJpMz8Tgi0PSvSQ

astashov commented 9 months ago

Fixed that