| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 1 | -51/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | chore: adjust spacing before posts list year on small devices | Armand Philippot | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 1 | -1/+1 |
| | | |||||
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 1 | -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 accessibility | Armand Philippot | 2022-01-14 | 1 | -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 styles | Armand Philippot | 2022-01-14 | 1 | -1/+9 |
| | | |||||
| * | refactor(styles): use compose to declare grid layouts once | Armand Philippot | 2022-01-10 | 1 | -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 children | Armand Philippot | 2022-01-06 | 1 | -16/+24 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | chore: make year sticky in posts list | Armand Philippot | 2021-12-29 | 1 | -1/+22 |
| | | |||||
| * | chore: display year between blog posts | Armand Philippot | 2021-12-16 | 1 | -1/+1 |
| | | |||||
| * | chore: display featuredImage and meta on posts list | Armand Philippot | 2021-12-16 | 1 | -0/+6 |
| | | |||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 1 | -0/+5 |
