summaryrefslogtreecommitdiffstats
path: root/src/components/Widget/ThematicsList/ThematicsList.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-40/+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-111-5/+1
| | | | | | | 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 topics widgetArmand Philippot2022-01-111-1/+1
|
* 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.
* chore: add a widget to list all blog thematicsArmand Philippot2022-01-071-0/+36