summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/nav
Commit message (Collapse)AuthorAgeFilesLines
* chore: add aria hidden attribute to SVG iconsArmand Philippot2022-06-071-1/+1
|
* test: install and configure cypressArmand Philippot2022-06-023-3/+3
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* chore: complete Storybook storiesArmand Philippot2022-05-213-24/+4
|
* chore: handle blog pagination when JS is disabledArmand Philippot2022-05-202-6/+6
|
* chore: add homepageArmand Philippot2022-05-032-1/+32
|
* chore: add a PageLayout componentArmand Philippot2022-04-252-4/+31
|
* chore: add a Pagination componentArmand Philippot2022-04-214-0/+472
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-202-30/+72
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-162-4/+4
| | | | | | | | I replaced the deprecated VFC type with FC type and made all children explicits. Formatjs is still not compatible with React 18 so I need to skip type checking when comitting. There are some type errors because of IntlProvider in Storybook stories.
* chore: add a MainNav componentArmand Philippot2022-04-141-2/+11
|
* chore: add a Nav componentArmand Philippot2022-04-124-0/+196
|
* chore: add a Breadcrumb componentArmand Philippot2022-04-114-0/+195