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
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