-
Notifications
You must be signed in to change notification settings - Fork 7
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
Display username in app menu #1073
Conversation
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.
🥇 looks good!
It'd be nice to not have to do a "hack" to prevent the menu from unintentionally closing in the future. I feel like we have a few components like this where we have to intercept clicks just to prevent it from doing something undesired.
Agreed. The menu supports the option of not closing on click but then you do have to handle closing the menu manually when you click on any of those menu items. Needs a bit of thinking on what we want the API to look like there. |
f3f14f3
to
235871e
Compare
* Display username in app menu
* Display username in app menu
Closes #1019 by displaying the username in the app menu.
@lklyne feel free to take a pass at this one if you'd like or provide input on tweaks / a different location or presentation.