summaryrefslogtreecommitdiffstats
path: root/src/components/MainNav
Commit message (Collapse)AuthorAgeFilesLines
* chore: change appearance of hamburger icon on hover/focusArmand Philippot2022-02-021-0/+44
|
* chore: close mainNav on click outside or route changeArmand Philippot2022-02-011-2/+25
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-7/+59
|
* chore: add projects to main navArmand Philippot2022-01-202-5/+12
| | | | | | I redesign a little the main nav on small screens so it can takes two columns when the screen height is low. I change the 2xs breakpoint to 500px instead of 400px.
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* chore: add main nav link statesArmand Philippot2022-01-072-4/+140
|
* chore: replace svg imports with componentsArmand Philippot2021-12-222-19/+13
| | | | It allows me to control the colors of each SVG paths.
* chore: move toolbar size to global scopeArmand Philippot2021-12-201-1/+1
| | | | It allows me to manage footer padding on small viewports.
* chore: add missing changes in mainNav componentArmand Philippot2021-12-201-8/+12
| | | | I forgot to add them in the previous commit...
* chore: add a toolbar componentArmand Philippot2021-12-202-9/+18
|
* chore: add main-nav componentArmand Philippot2021-12-132-0/+219
I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.