[Feature Request] Add Delete option in edit context drawer with auto-dismiss and timed undo #98
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
edfloreshz/tasks#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue/Description:
Add a
Deleteoption inside the task edit context drawer that deletes the task and automatically dismisses the drawer upon deletion.Additionally, implement a temporary undo mechanism for deletions (e.g., 5 seconds), similar to the behavior implemented in Files. This would improve usability and prevent accidental permanent deletions.
Expected Behavior:
Deleteoption should be available within the edit context drawer.Other Notes:
The undo action should restore the task to its original list and state.