Idiot-proofing issue: Project delete button too close to resource delete button
- Dominant language
- CSS
- Stars
- 46
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Disclaimer: I did a dumb thing, so I now hope to help prevent other people from doing the dumb thing.
In the new rodan.staging UI (big fan, by the way), if you go to the `Resources` tab and select a resource, a "Resource Details" box appears on the right giving you various options, including deleting that resource. Unfortunately for me, that box is right below an almost identical one called "Project Details," which also includes a `Delete` button.
This means that a distracted user could very well delete the entire project when they only wanted to delete a resource. I have two proposed solutions for this:
- Include an "are you sure?" message when the user tries to delete a project.
- Remove the "Project Details" box when one of the tabs is selected, so that you can only see it when you select the project itself in the left-hand column.
It's very possible that I only made this mistake because I'm so used to the old rodan UI. If you think that's the case, please disregard this issue!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.