Describe the task
Implement a confirmation dialog when users attempt to delete an uploaded dataset, providing a clear message about the consequences of the deletion and the option to proceed or cancel.
Purpose
To ensure users are informed about the dataset deletion process and provide reassurance that they can upload a new file afterward.
"Delete Your Dataset
Are you sure you want to delete the dataset you just processed? Don’t worry, you’ll be able to upload a new one right after."
Acceptance Criteria
[ ] A confirmation dialog should appear when the user clicks to delete the dataset.
[ ] The dialog should provide clear messaging about the deletion, confirming that all data will be removed.
[ ] The dialog must inform the user that they can upload another file (or the same one again) after deletion.
[ ] The dialog should include two buttons: “Cancel” (to stop the action) and “Delete” (to proceed with dataset deletion).
Describe the task Implement a confirmation dialog when users attempt to delete an uploaded dataset, providing a clear message about the consequences of the deletion and the option to proceed or cancel.
Mockups Prototype - https://www.figma.com/proto/K7gNHRnlYuG27w8XGVquY5/Warnings%2FErrors?page-id=0%3A1&node-id=563-233&node-type=frame&viewport=1489%2C-616%2C0.09&t=dyOi09ahQ34TwtGe-1&scaling=scale-down-width&content-scaling=fixed&starting-point-node-id=563%3A275 Mockups - https://www.figma.com/design/K7gNHRnlYuG27w8XGVquY5/Warnings%2FErrors?node-id=573-461&t=D1b6xL7cuq7xDBsp-1
Purpose To ensure users are informed about the dataset deletion process and provide reassurance that they can upload a new file afterward. "Delete Your Dataset Are you sure you want to delete the dataset you just processed? Don’t worry, you’ll be able to upload a new one right after."
Acceptance Criteria