When editing fields in a Data Type, it’s WAY too easy to accidentally delete the wrong field, and there’s no confirmation before deleting a field for Data Types. The editor’s undo button also doesn’t undo this action, so if you deleted the wrong field and don’t remember which field came after/before the one you meant to delete, it’s not always easy to figure out which field to restore. I’ve admittedly done this several times.
Here’s an example of what I’m seeing, and keep in mind that this is on a 32" monitor, so the comment/delete icons are REALLY far away from the field names/labels. I’ve deleted the wrong field multiple times now, and it’s getting frustrating:
So, 2 ideas…
-
Please add a confirmation box before deleting Data Type fields which lists the Field’s name/label.
-
It would be super easy and very helpful if every even/odd row had a different background, something like:
Even just that (CSS below) would really help prevent folks accidentally deleting the wrong field.
.data-editor .data-tabs .right-pane .field:nth-child(odd) {
background-color: #f9f9f9;
}