aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/pages/topic.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite PostsList componentArmand Philippot2023-11-131-6/+0
| | | | | | | | | | | | | | | * remove NoResults component and move logic to Search page * add a usePostsList hook * remove Pagination from PostsList (it is only used if javascript is disabled and not on every posts list) * replace `byYear` prop with `sortByYear` * replace `loadMore` prop with `onLoadMore` * remove `showLoadMoreBtn` (we can use `loadMore` prop instead to determine if we need to display the button) * replace `titleLevel` prop with `headingLvl` * add `firstNewResult` prop to handle focus on the new results when loading more article (we should not focus a useless span but the item directly)
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-1/+1
| | | | | | 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/+1
| | | | | | | * 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: 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