-
Notifications
You must be signed in to change notification settings - Fork 0
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
Navbar component #70
Comments
Issue #1 In mobile, when I open the dropdown menu, and want to click in the "My profile", "Admin" and "Sign Out" I have to click directly in the links to go to "My profile", "Admin" and "Sign Out", but if I clicked in other part of the div don't redirect me to the place "My profile", "Admin" and "Sign Out", the behavior expected is that I should be clicked in the entire div, and not only in the link, in order to redirect me to the place. Current result:If I clicked out of the link but in the same row or div, don't redirect me to the place that I selected. Expected result:I should be clicked in the entire div, and not only in the link, in order to redirect me to the place selected. |
Issue #2 en Control The profile picture in the navbar appears distorted (blurry, squished or stretched) and in some cases, the left and right sides of the photo get cropped making it look like an oval shape instead of a round shape (for images significantly Current result:The profile picture in the navbar is displayed distorted and in some cases it has an oval shape instead of a round shape. Expected result:The profile picture in the navbar is displayed clearly and it always has a round shape (it should look like a miniature version of the profile picture in the personal profile) |
Issues #3 en Control Navigation bar - font color on navigation links doesn't match the design - desktop This ticket covers the improvement of the navigation bar component in the design system project. Some colors are showing different than the main color palette. SummaryThe font color on the links for La Barra, Team directory, PTOs, My Profile and Sign out doesn't match with the one in the Mockups Description
Steps to reproduce
Evidence |
Issues #4 Summary Description The dropdown menu that appears when clicking the profile picture should only appear when the user clicks on the profile picture, but it has an unexpected behaviour: When the user opens the dropdown menu and selects an option (excluding Sign out) and then clicks on the ctrl logo or the navigation links (usually in La Barra), the dropdown menu flashes for a quick second. Steps to reproduce Login in CTRL as a collaborator For mobile: For tablet and desktop: The dropdown menu flashes on some views (usually in La Barra) Expected behaviour Actual behaviour Environment Evidence bug_menu_flash_desk.movbug_menu_mobile.mp4bug_menu_mobile.mp4 |
Description
Based on the Ctrl project needs, we detect some inconsistencies in the Navbar component.
Our goal with this ticket is to fix how this component looks, remove the unnecessary code from Ctrl.
And be able to consume the component from the DS without adding extra css or js to make it work in Ctrl.
Narrative
Design System: https://www.figma.com/file/c1SBfQGUU3twlW3YjeL8Sx/michelada_DS?node-id=0%3A1
Control project: https://www.figma.com/file/TmTjBO1Ua93cm6B978ErDw/ControlMocks_21-0ct-2020?node-id=3456%3A0
Definition of done
Acceptance criteria
The text was updated successfully, but these errors were encountered: