heyjaywilson / peakfit

Strength exercise iOS app written in Swift
Apache License 2.0
16 stars 10 forks source link

Deleting an exercise form a list with swipe gesture deletes the exercise from all lists #68

Open samuelsainz opened 1 month ago

samuelsainz commented 1 month ago

Description

When you delete an exercise from the list using the swipe gesture, the exercise is not only deleted from the list but from the "All exercises" list.

Solution

Swiping to delete the exercise in ExerciseListDetailView should only delete the exercise from the list.

Video

Simulator Screen Recording - iPhone 16 Pro - 2024-10-20 at 18 29 44

samuelsainz commented 1 month ago

@heyjaywilson I'd like to tackle this one if that's ok :)