-
Notifications
You must be signed in to change notification settings - Fork 1
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
⚗️(frontend) show username on AccountDropDown #412
Conversation
74bb43f
to
f056b29
Compare
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.
A few returns. Good feature ^^
src/frontend/apps/desk/src/features/header/__tests__/AccountDropdown.test.tsx
Outdated
Show resolved
Hide resolved
src/frontend/apps/desk/src/features/header/__tests__/AccountDropdown.test.tsx
Outdated
Show resolved
Hide resolved
src/frontend/apps/desk/src/features/header/__tests__/AccountDropdown.test.tsx
Outdated
Show resolved
Hide resolved
8b0756f
to
d0ffd8b
Compare
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.
Not blocking for merging.
I noticed a strange focus after we close the dropdown, see below:
scrnli_9_24_2024_9-54-49.AM.webm
d0ffd8b
to
d70400c
Compare
Yes, I noticed it too. It looks like this behavior is integrated into the Cunningham Dropwown component. |
- show username instead of "My account" - udpate translations and tests
d70400c
to
9bb6036
Compare
Purpose
Knowing who we are once logged in La Régie would be useful.
Proposal
Show the full name of the currently connected user on the account drop down in the right top corner
Before
Before.dropdown.change.mp4
After
After.dropdown.change.mp4