Skip to content
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

Merged
merged 3 commits into from
Jan 5, 2024
Merged

Conversation

AaronPlave
Copy link
Contributor

@AaronPlave AaronPlave commented Jan 3, 2024

Closes #1019 by displaying the username in the app menu.
image

@lklyne feel free to take a pass at this one if you'd like or provide input on tweaks / a different location or presentation.

@AaronPlave AaronPlave requested a review from a team as a code owner January 3, 2024 02:36
@AaronPlave AaronPlave requested a review from lklyne January 3, 2024 02:36
@AaronPlave AaronPlave self-assigned this Jan 3, 2024
@AaronPlave AaronPlave added the feature New feature or request label Jan 3, 2024
Copy link
Collaborator

@duranb duranb left a 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.

@AaronPlave
Copy link
Contributor Author

🥇 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.

@AaronPlave AaronPlave force-pushed the feat/1019/username-in-app-menu branch from f3f14f3 to 235871e Compare January 5, 2024 20:43
@AaronPlave AaronPlave merged commit 58add0f into develop Jan 5, 2024
4 checks passed
@AaronPlave AaronPlave deleted the feat/1019/username-in-app-menu branch January 5, 2024 21:08
JosephVolosin pushed a commit that referenced this pull request Aug 20, 2024
* Display username in app menu
JosephVolosin pushed a commit that referenced this pull request Oct 21, 2024
* Display username in app menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display username
2 participants