Ability to provide custom component for <Account> #7778
KKings
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
<Account />
React component is added within the AppHeader.tsx but does not provide an easy way to override without overriding the entire AppHeader. It would be great to have the ability to override the<Account />
and the wrapping link through an admin override. Another nuance is that if you set the avatar to null, the Account Link still renders, just no icon to click.Use Case
Ability to enhance the Account button to make it a Popup with links, such as "Profile", "Settings", "Logout" or other custom views.
Beta Was this translation helpful? Give feedback.
All reactions