aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates/page/page-layout.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a search form when posts list prints no resultsArmand Philippot2022-05-241-1/+6
|
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-118/+3
|
* fix: render all images unoptimized in StorybookArmand Philippot2022-05-221-16/+6
| | | | | | 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/+24
|
* chore: use persistent layoutArmand Philippot2022-05-171-16/+8
| | | | | It prevents to rerender the common components between pages (header, footer...).
* chore: adjust and complete missing stylesArmand Philippot2022-05-161-1/+1
| | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-161-0/+12
|
* chore: add Article pagesArmand Philippot2022-05-151-3/+3
|
* chore: add the Blog index pageArmand Philippot2022-05-131-37/+25
|
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-68/+39
| | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels.
* chore: add a PageLayout componentArmand Philippot2022-04-251-0/+520