aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widget/TopicsList/TopicsList.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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): 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-111-1/+1
|
* chore: add a widget to list all blog topicsArmand Philippot2022-01-071-0/+35