| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: use formatjs swc plugin | Armand Philippot | 2022-03-23 | 1 | -0/+2 |
| | | | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id. | ||||
| * | chore: improve accessibility | Armand Philippot | 2022-02-11 | 1 | -1/+5 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -6/+19 |
| | | |||||
| * | chore: improve load more button accessibility | Armand Philippot | 2022-01-14 | 1 | -15/+37 |
| | | | | | | | 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. | ||||
| * | 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. | ||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 1 | -1/+6 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | chore: make year sticky in posts list | Armand Philippot | 2021-12-29 | 1 | -3/+3 |
| | | |||||
| * | 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 | 1 | -17/+23 |
| | | |||||
| * | chore: display featuredImage and meta on posts list | Armand Philippot | 2021-12-16 | 1 | -31/+16 |
| | | |||||
| * | 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 | 1 | -0/+36 |
