Problem
Currently, when a user clicks the heart icon to add/remove an item from the wishlist, there is no visual feedback. The icon changes, but there is no message confirming the action.
Expected Behavior
- When a user adds an item to the wishlist, show a toast: "Added to wishlist ❤️".
- When a user removes an item, show: "Removed from wishlist".
- Use the existing toast notification system (
AppUtils.notify).
Technical Hints
- File:
frontend/scripts/wishlist.js or frontend/scripts/product-actions.js
- Call
AppUtils.notify() after successful wishlist toggle.
Labels: enhancement, good-first-issue, SSoC26
Points: Beginner (50)
Problem
Currently, when a user clicks the heart icon to add/remove an item from the wishlist, there is no visual feedback. The icon changes, but there is no message confirming the action.
Expected Behavior
AppUtils.notify).Technical Hints
frontend/scripts/wishlist.jsorfrontend/scripts/product-actions.jsAppUtils.notify()after successful wishlist toggle.Labels:
enhancement,good-first-issue,SSoC26Points: Beginner (50)