-
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
[Stack mgt apps] Wrap all apps with KibanaThemeProvider #120003
[Stack mgt apps] Wrap all apps with KibanaThemeProvider #120003
Conversation
Pinging @elastic/kibana-stack-management (Team:Stack Management) |
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.
Thanks for taking on this @sebelga! Code changes lgtm, tested locally and it all works as expected 🚀
import { | ||
createKibanaReactContext, | ||
KibanaThemeProvider, | ||
} from '../../../../../src/plugins/kibana_react/public'; |
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.
nit: Would be nice to move this into a shared_imports file
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.
Good idea. Addressed in b7a22c7
Thanks for the review @sabarasaba! 👍 |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
This PR wraps all the apps of the Stack management team with the new
<KibanaThemeProvider/>
.Plugins
license_managment
cross_cluster_replication
watcher
remote_clusters
rollup
snapshot_restore
ingest_pipelines
index_management
index_lifecycle
upgrade_assistant
dev_tools
console
searchprofiler
grokdebugger
painless_lab
management
Note: there is one commit for each plugin change
How to test
There should not be much manual test to do as we should have smoke tests for all of our apps. Navigate to each of the app and verify that it renders correctly.
See #118866 for context.