aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates/page/page-layout.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): replace PageLayout template with PageArmand Philippot2023-11-201-95/+0
| | | | | | | | | * split pages in smaller components (it is both easier to maintain and more readable, we avoid the use of fragments in pages directory) * extract breadcrumbs from article tag (the navigation is not related to the page contents) * remove useReadingTime hook * remove layout options except `isHome`
* refactor(components): rewrite CommentForm componentArmand Philippot2023-11-111-6/+1
| | | | | | * remove `Notice` prop to handle it directly in the form * replace `saveComment` prop with `onSubmit` * use `useForm` hook to handle the form
* refactor(components): rewrite Breadcrumbs componentArmand Philippot2023-11-111-3/+1
|
* refactor(components): rewrite Heading componentArmand Philippot2023-10-241-0/+10
| | | | | | | | | * remove `alignment` and `withMargin` props (consumer should handle that) * move styles to Sass placeholders to avoid repeats with headings coming from WordPress * refactor some other components that depend on Heading to avoid ESlint errors
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-3/+3
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* chore: use persistent layoutArmand Philippot2022-05-171-11/+0
| | | | | It prevents to rerender the common components between pages (header, footer...).
* chore: adjust articles stylesArmand Philippot2022-05-171-1/+8
| | | | | * change animation on article card hover * change comments section alignment
* chore: adjust and complete missing stylesArmand Philippot2022-05-161-0/+6
| | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements
* chore: add Project single pagesArmand Philippot2022-05-131-0/+5
|
* chore: add a PageLayout componentArmand Philippot2022-04-251-0/+85