| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 2 | -140/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | refactor: split posts meta into smaller components | Armand Philippot | 2022-03-01 | 1 | -14/+2 |
| | | |||||
| * | chore: add reading time in posts meta | Armand Philippot | 2022-01-25 | 1 | -1/+3 |
| | | |||||
| * | chore: display total found posts in page meta | Armand Philippot | 2022-01-25 | 1 | -0/+1 |
| | | |||||
| * | chore: allow ReactElement as intro in PostHeader | Armand Philippot | 2022-01-19 | 1 | -7/+22 |
| | | |||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 1 | -5/+5 |
| | | |||||
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 1 | -1/+4 |
| | | | | | | | | | | 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. | ||||
| * | refactor(styles): use css grid to stylize post header | Armand Philippot | 2022-01-10 | 1 | -12/+35 |
| | | | | | | By using pseudo elements instead of background with padding, it is easier to control the look of posts header. | ||||
| * | refactor(styles): use compose to declare grid layouts once | Armand Philippot | 2022-01-10 | 1 | -5/+1 |
| | | | | | | | | 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 article header styles | Armand Philippot | 2022-01-07 | 1 | -4/+58 |
| | | |||||
| * | fix: check for undefined meta in post header | Armand Philippot | 2022-01-07 | 1 | -1/+11 |
| | | | | | | The meta object can exists but its properties can be undefined. So I don't want to display the dl if all properties are undefined. | ||||
| * | refactor: reuse PostHeader for all pages except homepage | Armand Philippot | 2022-01-06 | 1 | -5/+7 |
| | | |||||
| * | refactor: reuse PostMeta components on single articles/pages | Armand Philippot | 2022-01-06 | 1 | -58/+24 |
| | | |||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 1 | -5/+6 |
| | | | | | | | | 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: add meta to single posts | Armand Philippot | 2021-12-17 | 2 | -0/+79 |
