issues
search
hatchways
/
team-vampire
1
stars
0
forks
source link
Front-End Feature: Navbar Layout
#54
Closed
singhmi4
closed
3 years ago
singhmi4
commented
3 years ago
What it Does
Navbar Header component wraps around the pages after user logs in using React Fragments
Navbar responds to useMediaQuery breakpoints
What to Look For
ways to refactor code for mobile and desktop layouts since the AccountCircle icon is used for both, but has different menu options
Navbar not showing up for non-logged in routes (ie. "/", "/login", "googleSignUp", etc.)
What to Avoid
generic material-ui styling since I will be working on the style
will be branching off this for the Dashboard layout so any changes to the navbar will be added in there
singhmi4
commented
3 years ago
navbar header will be brought into dev with PR #55
What it Does
What to Look For
What to Avoid