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

[FluentProfileMenu] New component #1705

Merged
merged 15 commits into from
Mar 19, 2024
Merged

Conversation

dvoituron
Copy link
Collaborator

@dvoituron dvoituron commented Mar 16, 2024

[FluentProfileMenu] New component

A "User Profile Menu" is a component commonly found on websites or applications. It typically appears in the top-right corner of a web page and provides options related to the user's account. Within this menu, users can access features such as viewing their account details, adjusting settings, and logging out. It serves as a convenient hub for managing account-related actions.

peek

<FluentProfileMenu  Image="@DataSource.SamplePicture"
                    Status="@PresenceStatus.Available"
                    HeaderLabel="Microsoft"
                    Initials="BG"
                    FullName="Bill Gates"
                    EMail="bill.gates@microsoft.com"
                    Style="min-width: 330px;" />

Unit Tests

image

@dvoituron dvoituron requested a review from vnbaaij March 16, 2024 15:08
@dvoituron dvoituron enabled auto-merge (squash) March 16, 2024 20:10
@dvoituron dvoituron merged commit 026ed04 into dev Mar 19, 2024
4 checks passed
@dvoituron dvoituron deleted the users/dvoituron/profile-viewer branch March 19, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants