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.
[Workspace] fix breadcrumbs for workspace (opensearch-project#8303)
* update breadcrumbs Signed-off-by: Hailong Cui <ihailong@amazon.com> * Changeset file for PR opensearch-project#8303 created/updated fix bootstrap error Signed-off-by: Hailong Cui <ihailong@amazon.com> * make the workspace name not repsonsive that will not break into two rows Signed-off-by: Hailong Cui <ihailong@amazon.com> fix bootstrap error Signed-off-by: Hailong Cui <ihailong@amazon.com> * fix failed unit test Signed-off-by: Hailong Cui <ihailong@amazon.com> * link check Signed-off-by: Hailong Cui <ihailong@amazon.com> * set overview page title to include itself use case name in all use case Signed-off-by: Hailong Cui <ihailong@amazon.com> * hideTrailingSeparator for breadcrumbs in recently popover Signed-off-by: Hailong Cui <ihailong@amazon.com> * update breadcrumbs for search overview Signed-off-by: Hailong Cui <ihailong@amazon.com> * update overview page id Signed-off-by: Hailong Cui <ihailong@amazon.com> * Address review comments Signed-off-by: Hailong Cui <ihailong@amazon.com> --------- Signed-off-by: Hailong Cui <ihailong@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b8b563d
commit 9369f37
Showing
19 changed files
with
227 additions
and
490 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
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 @@ | ||
fix: | ||
- [Workspace] prepend workspace name and icon to breadcrumbs ([#8303](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8303)) |
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
206 changes: 8 additions & 198 deletions
206
src/core/public/chrome/ui/header/__snapshots__/header.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
src/core/public/chrome/ui/header/__snapshots__/header_breadcrumbs.test.tsx.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
Oops, something went wrong.