You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: