add the interactivity for the profile button for better user management#1060
Open
Sarath-Kumar-Kandreddy wants to merge 1 commit into
Open
add the interactivity for the profile button for better user management#1060Sarath-Kumar-Kandreddy wants to merge 1 commit into
Sarath-Kumar-Kandreddy wants to merge 1 commit into
Conversation
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.
Related Issue
Closes #991
Summary
Enhanced the profile section to improve user account management and UI consistency. The profile button now displays the logged-in user's personal details, allowing users to easily identify the active account. The logout action has been moved into the profile menu, creating a cleaner and more intuitive user interface.
Changes Made
--->Added a profile dropdown/menu that displays the currently logged-in user's personal details.
--->Integrated the Logout option within the profile menu to provide a cleaner and more intuitive interface.
--->Enabled users to easily identify which account is currently active in the application.
Testing
--->The profile menu correctly displays the logged-in user's details.
--->The active account information is accurate after login and account switching.
--->The logout option is accessible and functions correctly from the profile menu.
--->The UI layout and responsiveness remain consistent across supported devices and browsers.
Screenshots
Checklist