| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -16/+41 |
| | | | | | | | 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(sidebar): use a component to avoid styles repetition | Armand Philippot | 2022-01-11 | 1 | -1/+1 |
| | | | | | | | I also fix some overflow/sticky issues. I have to set overflow auto only when there is no button-like links otherwise, with translate, the button is cropped on hover. | ||||
| * | 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 | 2 | -17/+30 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | chore: make year sticky in posts list | Armand Philippot | 2021-12-29 | 2 | -4/+25 |
| | | |||||
| * | chore: create search view | Armand Philippot | 2021-12-20 | 1 | -1/+1 |
| | | |||||
| * | refactor: move SWR to blog page | Armand Philippot | 2021-12-16 | 1 | -45/+30 |
| | | | | | This way I can reuse PostsList component with another posts fetcher. | ||||
| * | chore: display year between blog posts | Armand Philippot | 2021-12-16 | 2 | -18/+24 |
| | | |||||
| * | chore: display featuredImage and meta on posts list | Armand Philippot | 2021-12-16 | 2 | -31/+22 |
| | | |||||
| * | chore: add pagination (load more) to blog page | Armand Philippot | 2021-12-15 | 1 | -25/+77 |
| | | |||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 2 | -0/+41 |
