-
Notifications
You must be signed in to change notification settings - Fork 927
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
Compress the OuiSearchBar instances used on Advanced Settings and Saved Object Management pages #8443
Compress the OuiSearchBar instances used on Advanced Settings and Saved Object Management pages #8443
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8443 +/- ##
==========================================
- Coverage 60.94% 60.93% -0.01%
==========================================
Files 3759 3759
Lines 89329 89329
Branches 13973 13973
==========================================
- Hits 54438 54436 -2
- Misses 31494 31495 +1
- Partials 3397 3398 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ce56edf
to
1b4a743
Compare
Can you update snapshot tests |
1b4a743
to
551eb24
Compare
Looks like src/plugins/advanced_settings/public/management_app/advanced_settings.test.tsx still needs to be updated |
551eb24
to
e39b28a
Compare
…ed Object Management pages Also: * Fix spacing of the search bar on Advanced Settings page Signed-off-by: Miki <[email protected]>
e39b28a
to
74362fa
Compare
…ed Object Management pages (#8443) Also: * Fix spacing of the search bar on Advanced Settings page Signed-off-by: Miki <[email protected]> (cherry picked from commit 6176b34) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ed Object Management pages (#8443) (#8474) Also: * Fix spacing of the search bar on Advanced Settings page (cherry picked from commit 6176b34) Signed-off-by: Miki <[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>
Description
Compress the OuiSearchBar instances used on Advanced Settings and Saved Object Management pages
Also:
Note: An OUI update will be required before these kick in.
Screenshot
Saved Object Management
Advanced Settings
Changelog
Check List
yarn test:jest
yarn test:jest_integration