lcrojano / Giphy_Explorer

Search any gif from Giphy API
https://lcrojano.github.io/Giphy_Explorer/
MIT License
10 stars 37 forks source link

Missing "Remove from Favorites" Button on Favorites Page #73

Open KANDUKURIsaikrishna opened 1 month ago

KANDUKURIsaikrishna commented 1 month ago

Description

The favorites page does not have a dedicated UI element (like a "Remove" button) that allows users to directly remove a GIF from their favorites. Currently, the logic to remove a GIF is triggered through a modal event listener, but this is not an intuitive way for users to remove items. To improve usability, a "Remove from Favorites" button should be added for each GIF on the favorites page.

Steps to Reproduce: Navigate to the favorites page. Observe that there is no visible "Remove" button for the GIFs listed as favorites. Expected Behavior: Each GIF listed in the favorites should have a "Remove from Favorites" button that allows users to easily remove it from the favorites list without needing to trigger the modal event.

Actual Behavior: There is no dedicated button to remove a GIF from the favorites list on the favorites page

Screenshots

No response

Checklist

KANDUKURIsaikrishna commented 1 month ago

Can i have this issue assigned to me.