| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 14 | -795/+0 |
| | | | | | | | | | | 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. | ||||
| * | fix(widget): remove items limit for ThematicsList and TopicsList | Armand Philippot | 2022-01-11 | 2 | -10/+2 |
| | | | | | | | | By default WPGraphQL gets only the 10 first items if first is not specified. So some subjects was not displayed. I also add an order by title to the query. So I no longer need to sort arrays inside components. | ||||
| * | chore(widget): add a related thematics widget | Armand Philippot | 2022-01-11 | 3 | -1/+36 |
| | | |||||
| * | chore(widget): pass title to TopicsList as parameter | Armand Philippot | 2022-01-11 | 1 | -3/+12 |
| | | | | | | I also choose to no display the current topic in the list if the current page is a subject. | ||||
| * | chore(widget): add a related topics widget | Armand Philippot | 2022-01-11 | 6 | -9/+33 |
| | | |||||
| * | chore(widgets): pass title to thematics list as parameter | Armand Philippot | 2022-01-11 | 1 | -4/+12 |
| | | | | | | 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 | -5/+6 |
| | | | | | | | 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: add PDF and image format to CV page | Armand Philippot | 2022-01-10 | 3 | -1/+51 |
| | | |||||
| * | chore: add a social media widget on contact and cv pages | Armand Philippot | 2022-01-10 | 3 | -1/+121 |
| | | |||||
| * | refactor(aside): move width from aside to sharing widget | Armand Philippot | 2022-01-10 | 3 | -1/+310 |
| | | | | | Only the Sharing widget needs the "min-content" width. | ||||
| * | chore(widget): improve recent posts styles | Armand Philippot | 2022-01-08 | 1 | -5/+36 |
| | | |||||
| * | chore: add a widget to list all blog topics | Armand Philippot | 2022-01-07 | 3 | -1/+44 |
| | | |||||
| * | chore: add a widget to list all blog thematics | Armand Philippot | 2022-01-07 | 3 | -1/+45 |
| | | |||||
| * | chore: add a recent posts widget to the homepage | Armand Philippot | 2022-01-04 | 3 | -0/+129 |
