Skip to content
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

[Feat] Use a SnackBar to Confirm Task Deletion #5

Open
pranavkonidena opened this issue Dec 7, 2024 · 0 comments
Open

[Feat] Use a SnackBar to Confirm Task Deletion #5

pranavkonidena opened this issue Dec 7, 2024 · 0 comments
Labels
easy This is an easy issue worth 15 points

Comments

@pranavkonidena
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently, when a task is deleted, there is no immediate feedback to the user, which might create confusion or lead to accidental deletions without any chance for recovery.

Describe the solution you'd like
Implement a SnackBar to notify users when a task is deleted.
Include an Undo action within the SnackBar to allow users to restore the deleted task.
Ensure the SnackBar is displayed at the bottom of the screen and does not obstruct other UI elements.

Additional context
Design Specifications:
Message: "Task deleted."
Action: Add an Undo button to restore the task if the user clicks it within a few seconds.
Behavior:
Show the SnackBar immediately after a task is deleted.
If "Undo" is clicked, restore the task to the list.
Dismiss the SnackBar automatically after a brief delay (e.g., 3–5 seconds).

@pranavkonidena pranavkonidena added the easy This is an easy issue worth 15 points label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This is an easy issue worth 15 points
Projects
None yet
Development

No branches or pull requests

1 participant