feat(core): Add centered search input to top bar#60665
Open
nfebe wants to merge 1 commit into
Open
Conversation
A centered, input-styled trigger replaces the top-right search icon as the entry point to Unified Search. First phase of a phased rollout that will later turn the trigger into a real inline-filtering input. Refs: #59888
nfebe
commented
May 22, 2026
Contributor
Author
nfebe
left a comment
There was a problem hiding this comment.
The trigger is a button for now for design and accessibility but the component name is input because that is what it will be eventually.
Contributor
|
Thanks @nfebe , @susnux @skjnldsv for context, this change was requested to address feedback regarding the new nav redesign (during testing), in particular the top navbar being completely empty. Originally we agreed to implement only the waffle menu, which is only a subset of the new redesign. Because the redesign is so visible and impactful, we're adding this change to make it look nicer. |
jancborchardt
requested changes
May 22, 2026
Member
jancborchardt
left a comment
There was a problem hiding this comment.
Looks very nice @nfebe! :)
Only 2 things:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


A centered, input-styled trigger replaces the top-right search icon as the entry point to Unified Search. First phase of a phased rollout that will later turn the trigger into a real inline-filtering input.
Partial implementation of : #59949
Screenshots