summaryrefslogtreecommitdiffstats
path: root/src/components/Widget
Commit message (Collapse)AuthorAgeFilesLines
* chore: update sidebar and widgets stylesArmand Philippot2022-01-1514-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 TopicsListArmand Philippot2022-01-112-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 widgetArmand Philippot2022-01-113-1/+36
|
* chore(widget): pass title to TopicsList as parameterArmand Philippot2022-01-111-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 widgetArmand Philippot2022-01-116-9/+33
|
* chore(widgets): pass title to thematics list as parameterArmand Philippot2022-01-111-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 repetitionArmand Philippot2022-01-111-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 pageArmand Philippot2022-01-103-1/+51
|
* chore: add a social media widget on contact and cv pagesArmand Philippot2022-01-103-1/+121
|
* refactor(aside): move width from aside to sharing widgetArmand Philippot2022-01-103-1/+310
| | | | Only the Sharing widget needs the "min-content" width.
* chore(widget): improve recent posts stylesArmand Philippot2022-01-081-5/+36
|
* chore: add a widget to list all blog topicsArmand Philippot2022-01-073-1/+44
|
* chore: add a widget to list all blog thematicsArmand Philippot2022-01-073-1/+45
|
* chore: add a recent posts widget to the homepageArmand Philippot2022-01-043-0/+129