-
Notifications
You must be signed in to change notification settings - Fork 496
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
Add tooltip for expand logout profile #8733
Add tooltip for expand logout profile #8733
Conversation
✅ Deploy Preview for care-ohc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
We have another PR that actually changes the layout of the sidebar. Please branch out from that branch keeping it the base.
#8680
👋 Hi, @anandaashish74711, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
#8680 branch (Re-build sidebar UI) has already been merged into develop. it is giving me error ,(fatal: 'origin/Re-build-sidebar-UI-#8680' is not a commit and a branch 'Add-tooltip-to-expand-profile-logout' cannot be created from it) is there another branch I should base my changes on? Please let me know |
It'd be easier to create a fresh PR from using latest develop branch |
@anandaashish74711 any update on this PR, |
I added a fresh pr but getting Cypress error |
Closing as duplicate of #8747 |
Sidebar Tooltip Enhancement
This pull request addresses an issue where tooltips were missing for the "Expand", "Profile", and "Logout" icons when the sidebar is minimized. This resulted in users accidentally clicking the "Logout" icon instead of the "Expand" icon.
@rithviknishad
Changes:
#8585
with the actual issue number.Reason for the Change
In the minimized sidebar, users were accidentally clicking the "Logout" button when they intended to click the "Expand" button. Adding tooltips for these icons improves the user experience by providing descriptive labels, helping users differentiate between the buttons.
Merge Checklist
How to Use
After the merge, the new tooltips will appear in the sidebar when it is minimized. When hovering over the icons for "Expand", "Profile", or "Logout", users will now see descriptive tooltips to guide them in making the correct selection.
Screenshot
ohc3.mp4
Testing Instructions: