aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Hamburger
Commit message (Collapse)AuthorAgeFilesLines
* chore: increase toolbar buttons sizeArmand Philippot2022-02-131-1/+2
| | | | | | On small screen, they was too small I think. I also change some styles like focus state to keep consistency between all elements in toolbar. Also, I was not fan of the rotate effect.
* feat: implement dark modeArmand Philippot2022-01-171-1/+1
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-041-7/+4
| | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope.
* chore: replace svg imports with componentsArmand Philippot2021-12-221-3/+4
| | | | It allows me to control the colors of each SVG paths.
* chore: add main-nav componentArmand Philippot2021-12-132-0/+67
I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.