aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/main-nav.tsx
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): replace Toolbar with Navbar componentArmand Philippot2023-11-111-75/+0
* refactor(components): extract MainNav component from toolbarArmand Philippot2023-11-111-39/+15
* refactor(components): rewrite NavList componentArmand Philippot2023-11-111-10/+32
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-7/+2
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-241-4/+4
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-3/+3
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-15/+16
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-9/+6
* chore: replace Checkbox component with a BooleanField componentArmand Philippot2022-05-311-7/+11
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-181-9/+7
* refactor: support React 18Armand Philippot2022-04-161-5/+13
* chore: add a MainNav componentArmand Philippot2022-04-141-0/+74