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] Display a Confirmation Dialog Before Deleting a Task #17

Open
pranavkonidena opened this issue Dec 7, 2024 · 0 comments
Open
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.
Accidentally deleting tasks can be frustrating for users. Currently, there is no confirmation step before a task is removed, increasing the risk of unintended deletions.

Describe the solution you'd like
When a user attempts to delete a task, a confirmation dialog should appear, asking the user to confirm or cancel the action. This dialog should display a message like:
"Are you sure you want to delete this task? This action cannot be undone."
The dialog should have two buttons:
Confirm/Delete: Deletes the task.
Cancel: Closes the dialog without deleting the task.

Additional context
The confirmation dialog should use a consistent design matching the app's theme (light/dark mode compatibility).
Ensure the dialog is accessible (e.g., proper text size and button focus states).

@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