aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/posts-list.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Pagination componentArmand Philippot2023-11-111-0/+6
|
* refactor(components): rewrite List componentArmand Philippot2023-11-111-6/+0
| | | | | | | | | * change `items` prop to children * replace `kind` prop with `isHierarchical`, `isOrdered` & `isInline` props * add `hideMarker` prop * add `spacing` prop to control item spacing * move lists styles to Sass placeholders to avoid repeats because of headless WordPress
* refactor(components): rewrite ProgressBar componentArmand Philippot2023-11-111-0/+4
| | | | | | | * Avoid browser vendors by adding an extra div * Add a loading state * Add an option to center the progress bar (no longer the default) * Remove min since it is always 0
* 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: update some stylesArmand Philippot2022-05-211-1/+8
| | | | | | | * 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: add Thematic pageArmand Philippot2022-05-131-0/+11
|
* chore: add the Blog index pageArmand Philippot2022-05-131-0/+5
|
* chore: add a PageLayout componentArmand Philippot2022-04-251-2/+9
|
* chore: add a PostsList componentArmand Philippot2022-04-211-0/+32