aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/posts-list.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-14/+12
| | | | | | 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.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-9/+9
| | | | | | 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: add a label to progress barArmand Philippot2022-06-071-2/+4
| | | | | | The progress element is a form element, so a label is required to be accessible. Since I'm not using it without label, I transform the optional info parameter to a mandatory label parameter.
* chore: add a search form when posts list prints no resultsArmand Philippot2022-05-241-43/+38
|
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-2/+2
|
* chore: update some stylesArmand Philippot2022-05-211-2/+2
| | | | | | | * Improve wp-blocks-columns, wp-block-quote and some images * Make Sharing widget consistent between pages * Remove margin option from lists * Fix Topic logo alignement
* chore: handle blog pagination when JS is disabledArmand Philippot2022-05-201-27/+68
|
* chore: add Thematic pageArmand Philippot2022-05-131-3/+5
|
* chore: handle blog paginationArmand Philippot2022-05-131-13/+60
|
* chore: add the Blog index pageArmand Philippot2022-05-131-2/+34
|
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-1/+1
| | | | | | 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 PostsList componentArmand Philippot2022-04-211-0/+122