-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Console] Move split_panel component to Console #121283
Conversation
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.
@mibragimov, thanks for your efforts 👍 .
There are some minor changes that need to be performed for consistency. Could you, please, perform them.
src/plugins/console/public/application/components/split_panel/split_panel.test.tsx
Outdated
Show resolved
Hide resolved
src/plugins/console/public/application/containers/editor/editor.tsx
Outdated
Show resolved
Hide resolved
src/plugins/console/public/application/components/split_panel/resizer.tsx
Outdated
Show resolved
Hide resolved
src/plugins/console/public/application/containers/split_panel/panel.tsx
Outdated
Show resolved
Hide resolved
src/plugins/console/public/application/contexts/split_panel_context.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.
Mostly all the changes have been performed. It has left only two small Nits. I'm sure, you'll address them pretty quickly ))
src/plugins/console/public/application/containers/editor/editor.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.
@mibragimov, thanks. The code LGTM 👍
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.
app-services LGTM 👍
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @mibragimov |
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.
Changes lgtm, thanks for patching this up @mibragimov! Just two small things, I think we should use the release_note:skip label since this is just a small refactor. And also, could you add the label of our team to the issue? 🚀
Pinging @elastic/kibana-stack-management (Team:Stack Management) |
Closes #115595