| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 1 | -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 TopicsList | Armand Philippot | 2022-01-11 | 1 | -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 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 | 2 | -8/+1 |
| | | |||||
| * | chore: add a widget to list all blog topics | Armand Philippot | 2022-01-07 | 2 | -0/+42 |
