-
Notifications
You must be signed in to change notification settings - Fork 916
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
[navigation]Refactor: flatten left nav in Analytics(all) use case #8332
Merged
SuZhou-Joe
merged 41 commits into
opensearch-project:main
from
SuZhou-Joe:refactor/all-use-case
Oct 3, 2024
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
67a0a11
feat: move the logic to construct navLinks in all use case to nav_gro…
SuZhou-Joe 2532dec
feat: change category
SuZhou-Joe 86dae40
feat: register search overview to all use case
SuZhou-Joe cc1fca7
Changeset file for PR #8332 created/updated
opensearch-changeset-bot[bot] d82c4f0
feat: fix bootstrap
SuZhou-Joe 4a88a34
feat: show icon in category to expand or collapse
SuZhou-Joe b39d9d7
feat: merge fix/fit-finish
SuZhou-Joe 6ea23c5
feat: finish whole refactor
SuZhou-Joe 6bf0d6b
feat: update
SuZhou-Joe 3578916
feat: update
SuZhou-Joe 4546d02
feat: style update
SuZhou-Joe 9e66bc5
fix: unit test
SuZhou-Joe dc562e4
fix: unit tets
SuZhou-Joe be1ee80
Changeset file for PR #8332 created/updated
opensearch-changeset-bot[bot] 82334d4
feat: remove useless code
SuZhou-Joe 13d4ec8
feat: update snapshot
SuZhou-Joe 1916078
fix: i18n
SuZhou-Joe 4a9b206
feat: update
SuZhou-Joe 1a12067
feat: update
SuZhou-Joe 8296d76
feat: update
SuZhou-Joe 3450737
feat: update style
SuZhou-Joe 4a4eaad
feat: update style
SuZhou-Joe 061108d
feat: update
SuZhou-Joe acf325d
feat: update
SuZhou-Joe da8cc6a
feat: update
SuZhou-Joe 3d047e9
feat: merge
SuZhou-Joe 71ea8f0
feat: remove useless scss
SuZhou-Joe 988ca6d
feat: update
SuZhou-Joe 20365fa
Merge branch 'main' into refactor/all-use-case
SuZhou-Joe cb44610
feat: change icon color to text and update the style a little bit
SuZhou-Joe 89ba989
feat: update
SuZhou-Joe ea25014
feat: update
SuZhou-Joe 7da0bfe
feat: update naming
SuZhou-Joe faded17
feat: optimize code
SuZhou-Joe bfc1f60
feat: optimize code
SuZhou-Joe fde8c9b
feat: optimize code
SuZhou-Joe 9f7d497
fix: warning
SuZhou-Joe 0e083b1
fix: bootstrap
SuZhou-Joe da5e4fe
feat: update
SuZhou-Joe b6f4b16
fix: unit test
SuZhou-Joe a10cb84
feat: optimize code based on comments
SuZhou-Joe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,3 @@ | ||
feat: | ||
- [navigation] flatten left nav in Analytics(all) use case ([#8332](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8332)) | ||
- [navigation] Adjust the appearances of the left navigation menu and the landing page ([#8332](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8332)) |
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a comment for the
if
condition here?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, updated.