Skip to content
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

[App Search] Add EuiThemeProvider to fix crashing bug #124993

Merged

Conversation

scottybollinger
Copy link
Contributor

closes https://github.com/elastic/enterprise-search-team/issues/1013

Summary

We use the LogStream component, uses styled-components, and it was broken after implementing KibanaThemeProvider. The fix is to re-introduce EuiThemeProvider as a wrapper around the component that uses styled-components.

Before

before.mp4

After

after.mp4

We use the LogStream component and it was broken after implementing KibanaThemeProvider. The fix is to re-introduce EuiThemeProvider as a wrapper around the component that uses styled-components
@scottybollinger scottybollinger added bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes auto-backport Deprecated - use backport:version if exact versions are needed v8.1.0 v8.2.0 Team:EnterpriseSearch labels Feb 8, 2022
@scottybollinger scottybollinger requested a review from a team February 8, 2022 17:18
This is a plugin component that we do not support so I had to jump through some hoops to get the assertions to pass.
@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Test Failures

  • [job] [logs] OSS CI Group #6 / discover app saved queries saved objects saved query management component functionality "before all" hook for "should show the saved query management component when there are no saved queries"

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
enterpriseSearch 1.3MB 1.3MB +56.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
enterpriseSearch 16.0KB 16.1KB +141.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Member

@efegurkan efegurkan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scottybollinger scottybollinger merged commit 449f8e6 into elastic:main Feb 9, 2022
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Feb 9, 2022
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.1

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Feb 9, 2022
…25086)

(cherry picked from commit 449f8e6)

Co-authored-by: Scotty Bollinger <[email protected]>
@scottybollinger scottybollinger deleted the b/logstream-styled-bug branch March 15, 2022 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes Team:EnterpriseSearch v8.1.0 v8.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants