summaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/Sharing/Sharing.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(widgets): move sharing websites from config to sharing widgetArmand Philippot2022-01-291-3/+88
| | | | | | I only use these websites inside the sharing widget so it makes more sense to gather them. In addition, I can translate the website name if needed.
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-6/+36
|
* chore: add a spinner when content is loadingArmand Philippot2022-01-161-1/+1
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-0/+113
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.