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

Undo Feature for Task Deletion and Completion #297

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Undo Feature for Task Deletion and Completion #297

merged 1 commit into from
Feb 16, 2024

Conversation

its-me-abhishek
Copy link
Contributor

Description

  • Added a new undo feature for task deletion and completion, replacing the old alert dialog with a more user-friendly Snackbar. - The Snackbar includes an "Undo" button, allowing users to revert the task status to the previous state.
  • Implemented an undo feature for task deletion and completion using Snackbars.
  • Updated the UI to show a Snackbar with an "Undo" button when a task is deleted or completed.
  • Revert the task status to the previous state if the user presses "Undo."

Fixes #296

Screenshots

undo-feat.mp4

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

Copy link
Member

@Pavel401 Pavel401 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Pavel401 Pavel401 merged commit efb6708 into CCExtractor:main Feb 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: Undo Feature for Task Deletion and Completion
2 participants