[feature]: Recycle bin for deleted wishes
Is your feature request related to a problem? Please describe. yes, some time we mistakenly delete any wish, but then we want to restore them, we just can't. the problem i think, i can fix.
Describe the solution you'd like i would like to add an icon of recycle bin, which have a click event of showing the item which can be restored(not permanently deleted) and also option for permanently delete the items.
Describe alternatives you've considered N/A
Additional context I want to work on this issue, if you assign me
can i use tailwind for styling, or raw CSS?
and one more thing is, should i wait for the one to build the delete section, as i have to implement his delete option as not permanently delete but store it in recycle bin.
can i use tailwind for styling, or raw CSS?
@Shariar-Hasan you should use tailwind css as the project is now using tailwind css
and one more thing is, should i wait for the one to build the delete section, as i have to implement his delete option as not permanently delete but store it in recycle bin.
Before working you can check what files have been changed in #8 PR, then you will get an idea how you can implement the recycle bin feature or else you might get conflcts as I don't know how your going to implement the feature
got it, i will work on it.