Skip to content

Commit

Permalink
[UX] Consolidate menu bars
Browse files Browse the repository at this point in the history
- update branding mark unit tests
- fix header spacing at smallest breakpoint
- update custom branding functional test
- update line chart functional test ticks to account for more
ticks visisble with larger height of viz area
- update release notes

Signed-off-by: Josh Romero <[email protected]>
  • Loading branch information
joshuarrrr committed May 25, 2022
1 parent de1a689 commit 2a65dfb
Show file tree
Hide file tree
Showing 15 changed files with 1,495 additions and 2,305 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

# Specify the version of Chrome that matches the version of chromedriver in the package.json.
# A list of Chrome versions can be found here:
# A list of Chrome versions can be found here:
# https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
ARG CHROME_VERSION=91.0.4472.114-1
RUN curl -sSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \
Expand Down
3 changes: 3 additions & 0 deletions release-notes/opensearch-dashboards.release-notes-2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#### Disable telemetry by default
* Fixes search usage telemetry ([#1427](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1427))

#### Redesign global header
* [UX] Consolidate menu bars ([#1586])(https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1586))

#### Deprecations
* Deprecates non-inclusive config names ([#1467](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1467))
* Removes UI Framework KUI doc site ([#1379](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1379))
Expand Down
2 changes: 1 addition & 1 deletion src/core/public/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import "@elastic/eui/src/global_styling/variables/header";

$osdHeaderOffset: $euiHeaderHeightCompensation * 2;
$osdHeaderOffset: $euiHeaderHeightCompensation;
2,980 changes: 1,038 additions & 1,942 deletions src/core/public/chrome/ui/header/__snapshots__/header.test.tsx.snap

Large diffs are not rendered by default.

Loading

0 comments on commit 2a65dfb

Please sign in to comment.