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

[Lens] Quick Function Incompatability Indicator Getting Cut Off #160046

Merged
merged 5 commits into from
Jun 21, 2023

Conversation

mbondyra
Copy link
Contributor

@mbondyra mbondyra commented Jun 20, 2023

Summary

Fixes #152520

Before
Screenshot 2023-06-20 at 17 39 47

After
Screenshot 2023-06-20 at 17 40 51

Also fixed broken theme and missing I18nProvider from the extra action that has a separate mounting point.
Screenshot 2023-06-21 at 09 54 41

@mbondyra mbondyra force-pushed the lens/indicator_cut branch from 0cc2080 to f4f1cbb Compare June 20, 2023 17:27
@mbondyra mbondyra added Team:Visualizations Visualization editors, elastic-charts and infrastructure release_note:skip Skip the PR/issue when compiling release notes Feature:Lens backport:skip This commit does not require backporting v8.9.0 labels Jun 20, 2023
@mbondyra mbondyra force-pushed the lens/indicator_cut branch from f4f1cbb to 2b11dc0 Compare June 21, 2023 07:54
@mbondyra mbondyra marked this pull request as ready for review June 21, 2023 07:58
@mbondyra mbondyra requested review from a team as code owners June 21, 2023 07:58
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations)

Copy link
Contributor

@dej611 dej611 left a comment

Choose a reason for hiding this comment

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

Tested locally with Safari 👍

<EuiFlexItem grow={false} style={{ marginRight: euiTheme.size.xs }}>
{label}
<EuiFlexItem grow={false} style={{ marginRight: euiTheme.size.xs, minWidth: 0 }}>
<span className="lnsIndexPatternDimensionEditor__operationLabel">{label}</span>
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: is still scss preferred over emotion css prop?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably not, I just missed the change 😅 Will change!

@mbondyra mbondyra removed request for a team and MichaelMarcialis June 21, 2023 09:00
@mbondyra mbondyra force-pushed the lens/indicator_cut branch from a8e2cee to 715d091 Compare June 21, 2023 09:03
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

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
lens 1.2MB 1.2MB +420.0B
Unknown metric groups

ESLint disabled line counts

id before after diff
enterpriseSearch 13 15 +2
securitySolution 411 415 +4
total +6

Total ESLint disabled count

id before after diff
enterpriseSearch 14 16 +2
securitySolution 492 496 +4
total +6

History

  • 💚 Build #136674 succeeded f4f1cbbe3fd42d31d55c6ac5ae5237e18e103cc0
  • 💚 Build #136626 succeeded 0cc2080b3e3ae9b0885ba5aed57d3c3ca2c2aa24

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

@mbondyra mbondyra merged commit b4624a9 into elastic:main Jun 21, 2023
@mbondyra mbondyra deleted the lens/indicator_cut branch June 21, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting Feature:Lens release_note:skip Skip the PR/issue when compiling release notes Team:Visualizations Visualization editors, elastic-charts and infrastructure v8.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Lens] Quick Function Incompatability Indicator Getting Cut Off
5 participants