forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (o…
…pensearch-project#7637) * Bump OUI to 1.9.0 Signed-off-by: Miki <miki@amazon.com> * Introduce the redesigned page header Signed-off-by: Miki <miki@amazon.com> Update UX of breadcrumbs, menu toggle, and the new contribution points Signed-off-by: Miki <miki@amazon.com> Add renderElement option in HeaderControls Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> Update application mocks and rearrange header layout Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> Break and restyle breadcrumb Signed-off-by: Zhongnan Su <szhongna@amazon.com> Implement header updates Signed-off-by: Miki <miki@amazon.com> * Introduce HeaderVariant Signed-off-by: Miki <miki@amazon.com> * Organize Header's layout Signed-off-by: Miki <miki@amazon.com> * Fix header control spacing Signed-off-by: Miki <miki@amazon.com> * Conditionally append breadcrumb to recent popover Fix mock for recent items Co-authored-by: Zhongnan Su <szhongna@amazon.com> Co-authored-by: Shenoy Pratik <sgguruda@amazon.com> * Update top nav render and add app header Use ScreenTitle instead of appname from topnav menu Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * Compress QueryStringInput appearance Signed-off-by: Miki <miki@amazon.com> * Update header for applications Signed-off-by: Miki <miki@amazon.com> * Eliminate colors from the borders of grouped action menu items Signed-off-by: Miki <miki@amazon.com> * Update TopNavControl*Data type to controlType for consistency Signed-off-by: Miki <miki@amazon.com> * Add tests for chrome Header Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * Update Breadcrumbs tests Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * Add tests for HeaderControlsContainer Signed-off-by: Miki <miki@amazon.com> * Add tests for TopNavControls and TopNavControlItem Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * Updated tests for TopNavMenu and TopNavMenuItem Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * Fix `uiSettingsServiceMock` missing `start` Signed-off-by: Miki <miki@amazon.com> * Add the `target` property to TopNavControlItem Signed-off-by: Miki <miki@amazon.com> * Update Navigation mock and start contract Signed-off-by: Miki <miki@amazon.com> * Add createGetterSetter mock in dashboards app state Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> * Add tests for setting and unsetting header variant Signed-off-by: Miki <miki@amazon.com> * Add tests for setting header controls Signed-off-by: Miki <miki@amazon.com> * Re-skin DataSource selection's trigger button Signed-off-by: Miki <miki@amazon.com> * Conditionally change where theme management menu item shows up Signed-off-by: Miki <miki@amazon.com> * Conditionally change where the help menu items shows up Signed-off-by: Miki <miki@amazon.com> * Make IndexPatternTable page conditionally use the new page header Signed-off-by: Miki <miki@amazon.com> * Make Discover conditionally use the new application header Signed-off-by: Miki <miki@amazon.com> * Make Dashboards conditionally use the new application header Signed-off-by: Miki <miki@amazon.com> * Add changelog fragment Signed-off-by: Shenoy Pratik <sgguruda@amazon.com> Signed-off-by: Miki <miki@amazon.com> * Add tracking issue for empty label for DataSourceMenuPopoverButton Signed-off-by: Miki <miki@amazon.com> * Use EUI aliases in CSS variables Signed-off-by: Miki <miki@amazon.com> * Remove TopNavMenuLink Signed-off-by: Miki <miki@amazon.com> * Make sure OuiHeader doesn't contribute to the background Also: * Remove unused code Signed-off-by: Miki <miki@amazon.com> * Better border hiding for DSM popover button Signed-off-by: Miki <miki@amazon.com> * Make popover button overflow later Signed-off-by: Miki <miki@amazon.com> --------- 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
f59c2b9
commit 265a176
Showing
104 changed files
with
14,834 additions
and
4,557 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.