-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Remove deprecated EUI components in kibana_react #166225
Remove deprecated EUI components in kibana_react #166225
Conversation
810ff14
to
cb77901
Compare
Pinging @elastic/appex-sharedux (Team:SharedUX) |
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.
Code changes LGTM! I didn't pull down to QA, let me know if you want me to
src/plugins/kibana_react/public/page_template/page_template.test.tsx
Outdated
Show resolved
Hide resolved
…-ref HEAD~1..HEAD --fix'
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
🎉 Huge +1 to to deleting deprecated components! Again, I didn't pull this down to QA changes, but if anything is off from before feel free to rope me in to help.
@elasticmachine merge upstream |
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.
Defend workflows LGTM 👍
Head branch was pushed to by a user without write access
@elasticmachine merge upstream |
packages/shared-ux/page/kibana_template/impl/src/page_template_inner.tsx
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
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.
Code changes LGTM! Again, no QA here, but feel free to ping me if anything comes up that I can help with
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.
🚀
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
miscellaneous assets size
References to deprecated APIs
Unreferenced deprecated APIs
History
To update your PR or re-run it, just comment with: |
Summary
Closes #161422
In this PR:
KibanaPageTemplate
utilities fromkibana_react
KibanaPageTemplate
fromkibana_react
to the one from@kbn/shared-ux-page-kibana-template
src/plugins/home/public/application/components/tutorial_directory.js
src/plugins/home/public/application/components/tutorial/tutorial.js
x-pack/plugins/osquery/public/components/empty_state.tsx
Visual Changes
Below are the main visual differences this PR introduces.
Sample data page before:
Sample data page now:
Tutorials page before:
Tutorials page now: