-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Describe the bug
When a user is on the "Manage Projects" pop-up from their project dashboard, clicking the "Delete" button for any project immediately deletes the project without a confirmation prompt. This lack of confirmation increases the risk of accidental data loss, as users might click "Delete" unintentionally. Adding a confirmation step would prevent unintended deletions and improve the user's experience.
To Reproduce
Steps to reproduce the behavior:
- Go to the user dashboard: https://www.freespeechaac.com/app/dashboard/projects
- Click on "Manage Projects" to open the pop-up
- Find a project listed and click the "Delete" button
- Close the pop-up and manually refresh the dashboard web page
- Notice the project is deleted without a confirmation prompt
Expected behavior
When the "Delete" button is clicked while managing projects, a confirmation prompt (ex: "Are you sure you want to delete this project?") appears asking for user confirmation to delete the project. After confirmation the project is deleted, and accidental deletions are avoided.
Desktop:
- OS: macOS Ventura 13.3
- Browser: Google Chrome
- Version: 130.0.6723.70