Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
This changes the compare dropdowns from text inputs, that when clicked, open a dropdown of branches/tags to dropdowns that have a dropdown toggle and an isolated search input.
This was needed to fix the poor UX highlighted in #22221 (closed), where opening the dropdown showed an initially filtered set of results because the dropdown toggle was the dropdown filter itself. The compare page is always loaded with master
as each branch/tag selection, so when opening the dropdown, it would only show results matching master
.
master
(if you do - rebase it please)Closes #22221 (closed)