-
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
Feat/adjust header to mobile #185
Conversation
✅ Deploy Preview for dev-mint-dlc-link ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for test-mint-dlc-link ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Screen.Recording.2024-10-01.at.13.17.02.mov |
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.
Generally really good, some things I noticed in the video:
- When you log in, the dlcBTC logo becomes larger than before
- Let's change the color scheme of the right side menu button to something that matches the desktop button's color scheme, this is also a request for the dropdown.
Screen.Recording.2024-10-03.at.11.31.55.mov |
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.
Nice job! Approved!
Overview: This pull request implements responsive design adjustments to the header component of the application, ensuring an optimized user experience on mobile devices. The changes are aimed at enhancing usability and maintaining aesthetic consistency across different screen sizes.
Responsive Layout Implementation:
Modified the header layout using Chakra UI's responsive utilities to ensure that elements stack appropriately on smaller screens.
Ensured the header adapts to various breakpoints for a seamless transition between mobile and desktop views.
Hamburger Menu Integration:
Introduced a hamburger menu icon that consolidates navigation options, allowing users to access the menu without taking up excessive screen space.
The menu expands on click, providing access to all navigation items in a clean and organized manner.