| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 1 | -7/+7 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -13/+18 |
| | | |||||
| * | chore: add reading time in posts meta | Armand Philippot | 2022-01-25 | 1 | -21/+34 |
| | | |||||
| * | refactor: rename all subject occurrences into topic | Armand Philippot | 2022-01-23 | 1 | -1/+1 |
| | | | | | | I change the name in graphql endpoint, so I decided to repercute this change here. | ||||
| * | refactor(config): move defaultLocale as property of config.locales | Armand Philippot | 2022-01-19 | 1 | -1/+1 |
| | | | | | | I will need the country code, so I think it makes more sense to gather them inside the same property. | ||||
| * | chore: add structured data using schema.org and JSON-LD | Armand Philippot | 2022-01-19 | 1 | -34/+70 |
| | | | | | I also added the featured image on single article. | ||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 1 | -4/+4 |
| | | |||||
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 2 | -3/+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: change posts list styles | Armand Philippot | 2022-01-14 | 1 | -9/+29 |
| | | |||||
| * | chore(meta): display subjects instead of thematics on Thematic pages | Armand Philippot | 2022-01-11 | 1 | -0/+1 |
| | | |||||
| * | refactor: improve button-like links styles | Armand Philippot | 2022-01-08 | 1 | -5/+1 |
| | | | | | | | | The goal was to replace the "read more articles about" links with button-like links to keep a certain consistence between buttons. The hasIcon variable was useless so I update some components and especially the back to top link. | ||||
| * | chore: adjust h2 styles | Armand Philippot | 2022-01-08 | 2 | -1/+6 |
| | | |||||
| * | refactor: reuse PostMeta components on single articles/pages | Armand Philippot | 2022-01-06 | 1 | -7/+8 |
| | | |||||
| * | chore: replace read more link with ButtonLink component | Armand Philippot | 2021-12-29 | 2 | -71/+28 |
| | | | | | | I also fix the load more button position since I removed the margin auto. | ||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 1 | -3/+3 |
| | | | | | | | | 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. | ||||
| * | chore: create thematic page view | Armand Philippot | 2021-12-16 | 1 | -2/+2 |
| | | | | | | | | For now I have to repeat some markup/styles, I cannot reuse PostsList component. WP GraphQL does not offer edges for ACF Post2Post or filters to get thematic posts with another way. I should create custom fields in backend to improve the posts fetching. | ||||
| * | chore: display year between blog posts | Armand Philippot | 2021-12-16 | 2 | -2/+7 |
| | | |||||
| * | chore: display featuredImage and meta on posts list | Armand Philippot | 2021-12-16 | 2 | -0/+186 |
