-
Notifications
You must be signed in to change notification settings - Fork 11
Fix: Redesigned Navbar #136
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
Conversation
👷 Deploy request for pyconug pending review.Visit the deploys page to approve it
|
| import { QUICKET_LINK } from "@/2023/utils/constants"; | ||
| import { useState } from "react"; | ||
| import { useState, Fragment } from "react"; | ||
| import { Dialog, Disclosure, Popover, Transition } from "@headlessui/react"; |
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.
hey @GeoXhacker , the redesign looks amazing...i really love it.
headlessui is great, its actually what we'd piloted with but, due to a couple of reasons not limited to the numbers of components they offer.... we are moving to radixui implemented with shadcn. For icon, we are settling for lucid icons .
it would really be amazing to have this navbar with the new approach we adopting moving forward in a fork off #131 as well. you can please check out what @amkayondo is working on via #131
really excited for us to have this implementation through #131 as well! Thanks a bunch, @GeoXhacker!
HassanBahati
left a comment
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.
LGTM! Thanks @GeoXhacker 👏
Overview:
This pull request addresses the redesign of the navigation bar (navbar) to improve the user interface and user experience. The updated design aims to provide a more intuitive and visually appealing navigation experience for our users.
Key Changes:
New Layout and Design:
Responsive Design:
Accessibility Improvements:
Enhanced Functionality:
Code Refactoring:
Packages
Please review and let me know if you'll need more adjustments to the navbar. Thanks