-
Notifications
You must be signed in to change notification settings - Fork 892
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce the redesign page and applications headers behind a switch (#…
…7637) (#7692) * Bump OUI to 1.9.0 * Introduce the redesigned page header Update UX of breadcrumbs, menu toggle, and the new contribution points Add renderElement option in HeaderControls Update application mocks and rearrange header layout Break and restyle breadcrumb Implement header updates * Introduce HeaderVariant * Organize Header's layout * Fix header control spacing * Conditionally append breadcrumb to recent popover Fix mock for recent items * Update top nav render and add app header Use ScreenTitle instead of appname from topnav menu * Compress QueryStringInput appearance * Update header for applications * Eliminate colors from the borders of grouped action menu items * Update TopNavControl*Data type to controlType for consistency * Add tests for chrome Header * Update Breadcrumbs tests * Add tests for HeaderControlsContainer * Add tests for TopNavControls and TopNavControlItem * Updated tests for TopNavMenu and TopNavMenuItem * Fix `uiSettingsServiceMock` missing `start` * Add the `target` property to TopNavControlItem * Update Navigation mock and start contract * Add createGetterSetter mock in dashboards app state * Add tests for setting and unsetting header variant * Add tests for setting header controls * Re-skin DataSource selection's trigger button * Conditionally change where theme management menu item shows up * Conditionally change where the help menu items shows up * Make IndexPatternTable page conditionally use the new page header * Make Discover conditionally use the new application header * Make Dashboards conditionally use the new application header * Add changelog fragment * Add tracking issue for empty label for DataSourceMenuPopoverButton * Use EUI aliases in CSS variables * Remove TopNavMenuLink * Make sure OuiHeader doesn't contribute to the background Also: * Remove unused code * Better border hiding for DSM popover button * Make popover button overflow later --------- (cherry picked from commit 265a176) Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> Co-authored-by: Zhongnan Su <szhongna@amazon.com> Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
- Loading branch information
1 parent
3fad78c
commit 9320b9e
Showing
103 changed files
with
15,047 additions
and
4,538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
feat: | ||
- Introduce the redesign page and applications headers behind a switch ([#7637](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7637)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/core/public/application/__snapshots__/application_service.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.