-
Notifications
You must be signed in to change notification settings - Fork 918
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
[Manual] [Backport 2.x] [Look&Feel] Replace browser tooltip usage with OUI tooltip #7366
[Manual] [Backport 2.x] [Look&Feel] Replace browser tooltip usage with OUI tooltip #7366
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 @@
## 2.x #7366 +/- ##
==========================================
+ Coverage 67.86% 67.90% +0.04%
==========================================
Files 3600 3600
Lines 72615 72619 +4
Branches 11902 11902
==========================================
+ Hits 49278 49311 +33
+ Misses 20338 20300 -38
- Partials 2999 3008 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0ae488a
to
331bd56
Compare
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.
Did header_user_theme_menu.tsx go away?
src/plugins/data/public/ui/saved_query_management/saved_query_management_component.tsx
Outdated
Show resolved
Hide resolved
src/plugins/discover/public/application/components/sidebar/discover_field_bucket.tsx
Outdated
Show resolved
Hide resolved
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.
This looks good given differences are because other changes aren't in 2.x, but we should validate the missing file doesn't intend to get to 2.x and that the miki's changes will still get picked up when backported. May make sense to hold off for those changes if they're coming soon.
Should we hold and merge this after Miki's PR? |
❌ 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. |
4 similar comments
❌ 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. |
❌ 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. |
❌ 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. |
❌ 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. |
@danieldong51 could you check and resolve the conflicting files? |
4f4715a
to
2e1c330
Compare
❌ 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. |
2e1c330
to
33d3676
Compare
Signed-off-by: Dan Dong <danieldong51@gmail.com>
Signed-off-by: Dan Dong <danieldong51@gmail.com>
33d3676
to
b76a897
Compare
Signed-off-by: Dan Dong <danieldong51@gmail.com>
ciGroup3 failing does not look related to my changes, rather due to EuiTextArea being changed to EuiCompressedTextArea in |
…h OUI tooltip (#7366) * Fixed merge conflicts Signed-off-by: Dan Dong <danieldong51@gmail.com> * Updated snapshot testing Signed-off-by: Dan Dong <danieldong51@gmail.com> * Updated snapshot testing Signed-off-by: Dan Dong <danieldong51@gmail.com> --------- Signed-off-by: Dan Dong <danieldong51@gmail.com> (cherry picked from commit 0b6ca1c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Manual backport #7231 to 2.x. Conflicts include:
src/plugins/advanced_settings/public/header_user_theme_menu.tsx
due to the file not existing in 2.x (See Revert 815d2bd7c612450e2a15a6543c7e74558adf4a81 "[Manual Backport 2.x] Feat (core): Make theme settings user-specific and user-configurable (#5652) (#6681)" #6978)src/core/public/chrome/ui/header/home_loader.tsx
regardingimport Url from 'url'
(See [Refactor] Replace url parse format resolve with whatwg url #2910).Changelog
Check List
yarn test:jest
yarn test:jest_integration