As a user
I want to be alarmed for confirmation before deleting an item,
In order to avoid accidentally deleting important data.
Description
pop up or overlay with the warning text
Acceptance criteria
[ ] When I click the delete button next to an item, a confirmation dialog should appear.
[ ] The confirmation dialog should contain the message "Are you sure you want to delete this?" along with options to confirm or cancel the delete action.
[ ] If I confirm the delete action, the item should be deleted from the system.
[ ] If I cancel the delete action, the confirmation dialog should close, and the item should remain unchanged.
[ ] The confirmation dialog should be visually distinct and easy to understand.
[ ] The confirmation dialog should be accessible to users of all abilities
Tasks
[ ] write a delete function
[ ] confirmation ("Are you sure you want to delete this?")
Value proposition
As a user I want to be alarmed for confirmation before deleting an item, In order to avoid accidentally deleting important data.
Description
Acceptance criteria
Tasks