aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/header.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-241-153/+0
| | | | | Some components have been renamed to be able to create Footer, Header and Nav.
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-1/+1
| | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.
* fix: render all images unoptimized in StorybookArmand Philippot2022-05-221-3/+0
| | | | | | There is a bug with next/image and Storybook. I was manually adding `unoptimized` to images. Instead we can use a workaround by adding an extra config in Storybook `preview.js` file.
* chore: complete Storybook storiesArmand Philippot2022-05-211-0/+10
|
* chore: handle settings changeArmand Philippot2022-05-181-0/+22
|
* chore: add Search pageArmand Philippot2022-05-151-8/+1
|
* chore: add a Header componentArmand Philippot2022-04-221-0/+131