-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: my Account menu navigation grouping #1331
Conversation
7b49a9a
to
c06e864
Compare
Azure Demo Servers are available: |
Azure Demo Servers are available: |
43a5000
to
1e1ecbb
Compare
Azure Demo Servers are available: |
It would be good if the first menu item is always expanded after the user logged in. This might help the user to see that there are more options in the menu than he can see at first glance. |
@iwiederhold @schadii Please review the changed Account Navigation if it meets your ideas. Please consider and answer the issues Silke addressed in her review. Styling was already discussed, so the missing lines are currently intended, but could be changed if necessary. Especially the partitioning should probably be discussed. Thank you. |
Why is payment under MyOrganization. Aren't payment instruments, like credit cards etc. specific to the user? |
src/app/pages/account/account-navigation/account-navigation.component.ts
Outdated
Show resolved
Hide resolved
src/app/pages/account/account-navigation/account-navigation.items.b2c.ts
Show resolved
Hide resolved
Azure Demo Servers are available: |
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.
Thanks.
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.
👍
49ff1a3
BREAKING CHANGES: My Account menu will display group wise
…e my account navigation item
…ve navigation item on direct routing
49ff1a3
to
acd37f2
Compare
acd37f2
to
ef20961
Compare
PR Type
[x] Feature
What Is the Current Behavior?
Menu navigation in My Account page is currently displayed as a plain listing without any hierarchy/grouping.
What Is the New Behavior?
Menu navigation in My Account page will display group wise for B2B similar to the Responsive Starter Store.
The plain listing is kept for the B2C theme.
Does this PR Introduce a Breaking Change?
[x] Yes
Changed NavigationItem data structure and handling (see migration notes).
Other Information
AB#81337