| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: avoid useless assignement before return statement | Armand Philippot | 2022-01-04 | 1 | -9/+6 |
| | | |||||
| * | chore: replace read more link with ButtonLink component | Armand Philippot | 2021-12-29 | 1 | -0/+1 |
| | | | | | | I also fix the load more button position since I removed the margin auto. | ||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 1 | -5/+4 |
| | | |||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 1 | -1/+1 |
| | | | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names. | ||||
| * | refactor: move SWR to blog page | Armand Philippot | 2021-12-16 | 1 | -5/+40 |
| | | | | | This way I can reuse PostsList component with another posts fetcher. | ||||
| * | chore: display year between blog posts | Armand Philippot | 2021-12-16 | 1 | -1/+1 |
| | | |||||
| * | chore: add pagination (load more) to blog page | Armand Philippot | 2021-12-15 | 1 | -6/+9 |
| | | |||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 1 | -0/+48 |
