-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature]: Recycle bin for deleted wishes #10
Comments
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. |
@Shariar-Hasan you should use tailwind css as the project is now using tailwind css |
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. |
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
The text was updated successfully, but these errors were encountered: