-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor search bar & filters to conditionally render new look with application header #7687
Conversation
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7687 +/- ##
==========================================
+ Coverage 63.74% 63.78% +0.04%
==========================================
Files 3637 3650 +13
Lines 80426 80896 +470
Branches 12786 12873 +87
==========================================
+ Hits 51264 51600 +336
- Misses 26030 26135 +105
- Partials 3132 3161 +29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3d4c342
to
1b0be09
Compare
…ation header Signed-off-by: Zhongnan Su <[email protected]>
1b0be09
to
3a9337e
Compare
Signed-off-by: Zhongnan Su <[email protected]>
src/plugins/data/public/ui/filter_bar/_global_filter_group.scss
Outdated
Show resolved
Hide resolved
src/plugins/data/public/ui/saved_query_management/saved_query_management_component.tsx
Outdated
Show resolved
Hide resolved
src/plugins/data/public/ui/saved_query_management/saved_query_management_component.tsx
Show resolved
Hide resolved
Signed-off-by: Zhongnan Su <[email protected]>
src/plugins/data/public/ui/saved_query_management/saved_query_management_component.tsx
Show resolved
Hide resolved
please make sure that Changelog before you merge, thanks |
c4520cd
@@ -55,3 +55,12 @@ | |||
margin-top: $euiSize * -1; | |||
} | |||
} | |||
|
|||
.globalFilterGroup__removeAllFilters { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please create an issue on OUI to allow setting the color
in OuiContextItem?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving assuming checks pass
…pplication header (#7687) * Refactor search bar & filters to conditionally render with new application header Signed-off-by: Zhongnan Su <[email protected]> * add more test coverage Signed-off-by: Zhongnan Su <[email protected]> * address comments Signed-off-by: Zhongnan Su <[email protected]> * Changeset file for PR #7687 created/updated --------- Signed-off-by: Zhongnan Su <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 97ddd8a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…pplication header (#7687) (#7719) * Refactor search bar & filters to conditionally render with new application header * add more test coverage * address comments * Changeset file for PR #7687 created/updated --------- (cherry picked from commit 97ddd8a) Signed-off-by: Zhongnan Su <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Issues Resolved
Screenshot
iShot_2024-08-13_12.47.26.mp4
iShot_2024-08-13_12.51.05.mp4
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration