leanstacks / skeleton-ui-react

Welcome to the LEANSTACKS React starter project. This project provides a template to kickstart React single-page applications utilizing a curated Technology Stack for optimal testability, maintainability, and operability.
https://www.leanstacks.net/
MIT License
3 stars 2 forks source link

Delete task #71

Open mwarman opened 4 weeks ago

mwarman commented 4 weeks ago

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}.".

mwarman commented 4 weeks ago

See Dialogs.