Improve "Add" button consistency in Project Settings #81905
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There's a few inconsistencies I've noticed while using the project settings window, mainly in places where we have a textbox with a button next to them that we're using to "Add" things.
This PR attempts to make all of these tabs behave more consistently and tidy up some minor UX things:
Before and after screenshot:
I took the liberty of going directly to my first PR without creating a proposal for this because I figured it was a small thing, but I'm not super familiar with how the process goes for things like this usually, since this isn't really a "fix" or a "feature" per-se, and I have some more ideas for things I'd like to implement on the UX side of the editor, mostly minor like this, would making a proposal for several changes for a single window/panel/widget make sense or should I just keep making direct PRs as long as the changes are minor and in line with how things in the editor usually work?