| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(components): add Article, Aside, Footer, Header, Main & Nav | Armand Philippot | 2023-10-24 | 1 | -153/+0 |
| | | | | | | Some components have been renamed to be able to create Footer, Header and Nav. | ||||
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 1 | -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 Storybook | Armand Philippot | 2022-05-22 | 1 | -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 stories | Armand Philippot | 2022-05-21 | 1 | -0/+10 |
| | | |||||
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 1 | -0/+22 |
| | | |||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 1 | -8/+1 |
| | | |||||
| * | chore: add a Header component | Armand Philippot | 2022-04-22 | 1 | -0/+131 |
