hamburger nav bar for participant#208
Conversation
burtonjong
left a comment
There was a problem hiding this comment.
This needs to be on all pages, not just the participant one. Like if im on / i need to be able to see the hamburger thing as well
I am just going to extend this ticket as well, you need to make it role based. Based on role you have to render a specific navbar for each role based on what they are able to access
|
For example, normal participants shouldnt see any links leading to the admin dashboard or anything because that wouldnt make sense, nor judges |
…has admin dashboard bcuz doenst really matter.
…hows up in every page based on user. deleted chat gpt comments
fisayoadabs
left a comment
There was a problem hiding this comment.
Overall it looks good do you think we should have the purple awesomer font colors on the border when hovering? Or is that too much?
burtonjong
left a comment
There was a problem hiding this comment.
When opening and closing the nav can we have the X and hamburger icon appear in the same place so users dont have to move their mouse
also when clicking on a link and the navbar goes back into the left, it looks like the hamburger icon is "intersecting" with the nav if that makes sense
and then can we wait for the load before even showing the join hackathon? so like a loading state to see if the user.username has even loaded if that makes sense before rendering anything
|
otherwise looks good - and maybe address fizzys comment. it would be nice to have some kind of indicator that you are hoving the hamburger icon as well :) |
…r and made the close button on the same sport as the hamburger.
| )} | ||
| </div> */} | ||
| <div className="flex w-48"> | ||
| {typeof user === "undefined" ? ( |
There was a problem hiding this comment.
| {typeof user === "undefined" ? ( | |
| {user.id === "" ? ( |



No description provided.