summaryrefslogtreecommitdiffstats
path: root/src/components/PostsList/PostsList.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: adjust spacing before posts list year on small devicesArmand Philippot2022-02-101-1/+1
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-1/+1
| | | | | | | | | I'm now using a widget that can be expanded/collapsed. It also allows me to handle more effectively widgets overflow and to avoid styles repetitions. However, with stylelint rule "no-descending-specificity", I'm not sure if the stylesheets are really logical... Maybe I should deactivate this rule.
* chore: improve load more button accessibilityArmand Philippot2022-01-141-1/+4
| | | | | | On click, the focus should be moved to the last post in the list instead of keeping it on load more button. It helps to keep a consistent navigation for keyboard users for example.
* chore: change posts list stylesArmand Philippot2022-01-141-1/+9
|
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-4/+4
| | | | | | | I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that.
* chore: move Main grid to its childrenArmand Philippot2022-01-061-16/+24
| | | | This way I can use full width background for some blocks.
* chore: make year sticky in posts listArmand Philippot2021-12-291-1/+22
|
* chore: display year between blog postsArmand Philippot2021-12-161-1/+1
|
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-161-0/+6
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-151-0/+5