-
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
[Vega] Replace EUICodeEditor with Monaco #116041
Conversation
7752bd0
to
0b7b5b4
Compare
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
@elasticmachine merge upstream |
@elastic/kibana-vis-editors / @elastic/kibana-presentation please have a look |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@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.
Code LGTM. I tested it locally and works fine! I removed the v8.0 as it is after the FF and is an enhancement.
@elastic/kibana-presentation could you please have a look? |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @alexwizp |
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.
Looks and works good for me 👍
Closes: #106967 Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Closes: #106967
Summary
This PR replaces the deprecated
EUICodeEditor
in favor of the Monaco (CodeEditor
component) forVega
.What was done:
hjson
was createdVega Editor
Screens
Before:
After: