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.
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
[navigation]Refactor: flatten left nav in Analytics(all) use case #8332
Changes from 33 commits
67a0a11
2532dec
86dae40
cc1fca7
d82c4f0
4a88a34
b39d9d7
6ea23c5
6bf0d6b
3578916
4546d02
9e66bc5
dc562e4
be1ee80
82334d4
13d4ec8
1916078
4a9b206
1a12067
8296d76
3450737
4a4eaad
061108d
acf325d
da8cc6a
3d047e9
71ea8f0
988ca6d
20365fa
cb44610
89ba989
ea25014
7da0bfe
faded17
bfc1f60
fde8c9b
9f7d497
0e083b1
da5e4fe
b6f4b16
a10cb84
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 159 in src/core/public/chrome/nav_group/nav_group_service.ts
src/core/public/chrome/nav_group/nav_group_service.ts#L159
Check warning on line 179 in src/core/public/chrome/nav_group/nav_group_service.ts
src/core/public/chrome/nav_group/nav_group_service.ts#L179
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.
for those links that will exist in multiple use cases like visualization, will navLinksResult have duplicate records?
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.
It can be but those nav links should have different categories and it is supposed that only the special features within a use case should be declared as
showInAllNavGroup
. Let's bear with it.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.
Couldn't quite get this comment, could you elaborate a bit please?
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.