We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow users to delete tasks.
Add a delete task button to the action buttons bar and the top of the task detail page.
The user should be prompted to confirm deletion. Cancelling deletion should return the user the task detail page.
After successful deletion, display a toast message stating "Deleted task {title}.".
The text was updated successfully, but these errors were encountered:
See Dialogs.
Sorry, something went wrong.
mwarman
Successfully merging a pull request may close this issue.
Allow users to delete tasks.
Add a delete task button to the action buttons bar and the top of the task detail page.
The user should be prompted to confirm deletion. Cancelling deletion should return the user the task detail page.
After successful deletion, display a toast message stating "Deleted task {title}.".
The text was updated successfully, but these errors were encountered: