Global Search - Header Search Refactor Init
Intro
This change is broken off from !66007 (closed)
Work towards #297396 (closed)
This change is behind a feature flag (:new_header_search
)
Feature Flag Rollout Issue: #339348 (closed)
This end goal here is to replace the large deprecated jquery component used for the Header Search: https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/search_autocomplete.js
Replacing it with GitLab UI will allow us to add features more effectively as well as true up the styles permanently by using the GitLab UI component.
What does this MR do?
This MR is the first step towards a full refactor of the deprecated component mentioned above. Here we bootstrap the new component, add styles to respect the GitLab Header Theme, and implement the Feature Flag.
IMPORTANT: No actual functionality is implemented in this change. We simply are ensuring the feature flag is working and that an input field is created that respects the theme.
Here is a full roadmap for when the missing features will be added: #297396 (comment 665578315)
Screenshots or Screencasts (strongly suggested)
Blur States
Click to expand
Before | After | |
---|---|---|
Indigo | ||
Light Indigo | ||
Blue | ||
Light Blue | ||
Green | ||
Light Green | ||
Red | ||
Light Red | ||
Dark | ||
Light | ||
Dark Mode (alpha) |
Focus States
Click to expand
Before | After | |
---|---|---|
Indigo | ||
Light Indigo | ||
Blue | ||
Light Blue | ||
Green | ||
Light Green | ||
Red | ||
Light Red | ||
Dark | ||
Light | ||
Dark Mode (alpha) |
How to test?
- Fetch and checkout this branch
- From your GDK terminal, access the rails console by typing
rails c
- Enable the feature flag by typing
Feature.enable(:new_header_search)
- View the Top Nav Search UI with various themes
- Ensure the UI handles each theme correctly
- IMPORTANT: No functionality has been implemented in this MR aside from rending the search field.
Does this MR meet the acceptance criteria?
Conformity
-
I have included changelog trailers, or none are needed. (Does this MR need a changelog?) -
I have added/updated documentation, or it's not needed. (Is documentation required?) -
I have properly separated EE content from FOSS, or this MR is FOSS only. (Where should EE code go?) -
I have added information for database reviewers in the MR description, or it's not needed. (Does this MR have database related changes?) -
I have self-reviewed this MR per code review guidelines. -
This MR does not harm performance, or I have asked a reviewer to help assess the performance impact. (Merge request performance guidelines) -
I have followed the style guides. -
This change is backwards compatible across updates, or this does not apply.
Availability and Testing
-
I have added/updated tests following the Testing Guide, or it's not needed. (Consider all test levels. See the Test Planning Process.) -
I have tested this MR in all supported browsers, or it's not needed. -
I have informed the Infrastructure department of a default or new setting change per definition of done, or it's not needed.
Security
Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.
- [-] Label as security and @ mention
@gitlab-com/gl-security/appsec
- [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
- [-] Security reports checked/validated by a reviewer from the AppSec team