mageshravi / lyricfront-mobile-app

0 stars 0 forks source link

Cannot delete song from set #11

Open mageshravi opened 1 year ago

mageshravi commented 1 year ago

Missing functionality.

Cannot delete a song from worship-set.

Swipe left on a song (within my-set-detail page) to display a trash icon. Clicking on the trash icon should delete the song from the set.

delete-song-from-set

mageshravi commented 1 year ago

Update 1

:one: Implemented UI is way different than the given design.

delete-song-from-set

:two: The confirmation dialog is not as per the style guide.

delete-song-confirm-dialog

mageshravi commented 1 year ago

Update 2

3️⃣ Space between text and delete icon too large.

photo_2022-12-03 18 56 21

4️⃣ Dock is still missing. See screenshot in Update 1 > 1️⃣.

5️⃣ Confirm-dialog icon (next to "Remove song") is different from design.

6️⃣ Line-height for confirm-dialog content is not 150%

photo_2022-12-03 18 56 26

mageshravi commented 1 year ago

Update 3

1️⃣ Implemented UI (song-list-item) matches the style guide. 2️⃣ Confirmation dialog matches our style guide. 3️⃣ Space fixed. UI matches the style guide. 4️⃣ Dock is visible. 5️⃣ ❌ Confirm-dialog icon (next to "Remove song") is different from design. 6️⃣ Line-height for confirm-dialog content is now set to 150%

✅ Beta testing partially passed.