✨(frontend) add a user menu#2463
Open
AntoLC wants to merge 1 commit into
Open
Conversation
Contributor
|
Size Change: +3.71 kB (+0.09%) Total Size: 4.35 MB 📦 View Changed
|
a849f50 to
a509529
Compare
We are now using the UserMenu component from the ui-kit. It is a dropdown displaying the user's name and email, along with a logout button and a language picker. To fit the design of the user menu, we adapted the LanguagePicker adn are now using the ui-kit language picker component.
a509529 to
220cf69
Compare
AntoLC
commented
Jun 25, 2026
Comment on lines
+84
to
+88
| /** | ||
| * This test is currently failing due to a known issue with the language picker component. | ||
| * A pull request has been created to address this issue: https://github.com/suitenumerique/ui-kit/pull/265 | ||
| * TODO: Adapt this test once the PR is merged and the uikit version bumped. | ||
| */ |
Collaborator
Author
There was a problem hiding this comment.
There is a accessibility issue with the user menu component.
A pull request has been created to fix this issue: suitenumerique/ui-kit#265
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
We are now using the UserMenu component from the ui-kit. It is a dropdown displaying the user's name and email, along with a logout button and a language picker. To fit the design of the user menu, we adapted the LanguagePicker and are now using the ui-kit language picker component.
Demo