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

[Maps] 7.9 design improvements #71563

Merged
merged 8 commits into from
Jul 14, 2020

Conversation

miukimiu
Copy link
Contributor

@miukimiu miukimiu commented Jul 13, 2020

Summary

This PR adds a few design improvements.

A gutter space was missing between the EuiColorPalettePicker and the as number select box. I left a comment on #69190 and requested changes but the comment was missed (#69190 (review)). So I'm adding the missing gutter space.

4@2x

For consistency, I changed the add join button to look similar to the others add buttons.
1@2x

There was a horizontal scrollbar caused by the horizontal EuiFacetGroup. The issue was fixed by adding a smaller gutterSize. I also decreased the size of the titles.
2@2x

I also found this small issue. A EuiPanel inside a EuiPanel. I removed the EuiPanel and I made sure the EMS Basemaps add layer is not missing the EuiPanel.
3@2x

Checklist

Delete any items that are not applicable to this PR.

@miukimiu miukimiu requested review from a team as code owners July 13, 2020 22:47
@miukimiu miukimiu added release_note:skip Skip the PR/issue when compiling release notes v7.9.0 v8.0.0 labels Jul 13, 2020
Copy link
Contributor

@nreese nreese left a comment

Choose a reason for hiding this comment

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

Looks like there are some jest snapshots that will need to be updated

@@ -154,6 +154,7 @@ export class LayerWizardSelect extends Component<Props, State> {
<EuiFlexItem key={layerWizard.title}>
<EuiCard
title={layerWizard.title}
titleSize="xs"
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks. the smaller titles look much better

@miukimiu
Copy link
Contributor Author

@elasticmachine merge upstream

Copy link
Contributor

@cchaos cchaos left a comment

Choose a reason for hiding this comment

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

👍 Code looks good from the design side

@miukimiu miukimiu requested a review from nreese July 14, 2020 13:49
Copy link
Contributor

@nreese nreese left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for this design fixes

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

✅ unchanged

History

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

@miukimiu miukimiu merged commit 19920cb into elastic:master Jul 14, 2020
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 14, 2020
* master: (21 commits)
  [Maps] 7.9 design improvements (elastic#71563)
  [ML] Changing all calls to ML endpoints to use internal user (elastic#70487)
  [eventLog] prevent log writing when initialization fails (elastic#71339)
  [Observability] landing page always being displayed (elastic#71494)
  [IM] Address data stream copy feedback (elastic#71615)
  [Logs UI] Anomalies page dataset filtering (elastic#71110)
  [data.search.aggs] Remove `use_field_mapping` from top hits agg (elastic#71168)
  [ML] Anomaly swim lane embeddable navigation and filter actions (elastic#71082)
  Fixes typo in siem_cloudtrail job description (elastic#71569)
  Require granted API Keys to have a name (elastic#71623)
  Update  getUsageForCollection (elastic#71609)
  Only fetch saved elements once (elastic#71310)
  [SecuritySolution][Resolver] Adding siem index and guarding process ancestry (elastic#71570)
  [APM] Additional data telemetry changes (elastic#71112)
  [Visualize] Fix export table for table export links (elastic#71249)
  [Search] Server side search API (elastic#70446)
  use inclusive language (elastic#71607)
  [Security Solution] Hide timeline footer when Resolver is open (elastic#71516)
  [Index template wizard] Remove shadow and use border for components panels (elastic#71606)
  [ML] Kibana API endpoint for histogram chart data (elastic#70976)
  ...
miukimiu added a commit that referenced this pull request Jul 14, 2020
* Design improvements

* more improvements

* Updated snapshots

* Removing unecessary flex item

* Updated snapshot

* Addressing pr review

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants