| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore: add structured data using schema.org and JSON-LD | Armand Philippot | 2022-01-19 | 1 | -0/+38 | |
| | | | | | I also added the featured image on single article. | |||||
| * | chore: add a spinner when content is loading | Armand Philippot | 2022-01-16 | 1 | -4/+9 | |
| | | ||||||
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 1 | -2/+2 | |
| | | | | | | | | | | 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 | -2/+12 | |
| | | | | | | | 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 | -10/+14 | |
| | | ||||||
| * | chore(widget): pass title to TopicsList as parameter | Armand Philippot | 2022-01-11 | 1 | -1/+1 | |
| | | | | | | I also choose to no display the current topic in the list if the current page is a subject. | |||||
| * | chore(widgets): pass title to thematics list as parameter | Armand Philippot | 2022-01-11 | 1 | -1/+1 | |
| | | | | | | If the current page is a thematic, I also choose to not display the current thematic in the list. | |||||
| * | refactor(sidebar): use a component to avoid styles repetition | Armand Philippot | 2022-01-11 | 1 | -2/+3 | |
| | | | | | | | 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 | -10/+8 | |
| | | | | | | | | 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: add a widget to list all blog topics | Armand Philippot | 2022-01-07 | 1 | -1/+2 | |
| | | ||||||
| * | chore: add a widget to list all blog thematics | Armand Philippot | 2022-01-07 | 1 | -10/+16 | |
| | | ||||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 1 | -9/+12 | |
| | | | | | This way I can use full width background for some blocks. | |||||
| * | refactor: reuse PostHeader for all pages except homepage | Armand Philippot | 2022-01-06 | 1 | -1/+2 | |
| | | ||||||
| * | 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 | |
