aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/RelatedThematics/RelatedThematics.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add some noscript tags to explain why the data are not loadedArmand Philippot2022-02-131-0/+6
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+10
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-0/+31
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.