aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/SocialMedia
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-292-172/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+4
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore: adjust spacings, overflow and transitions of widgetsArmand Philippot2022-02-121-0/+1
|
* refactor(widgets): move social media websites from config to widgetArmand Philippot2022-01-291-2/+39
| | | | | | I only use this config inside the SocialMedia widget so it makes more sense to gather them. In addition I can translate the website names if needed.
* feat: implement dark modeArmand Philippot2022-01-172-4/+14
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-8/+8
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-152-0/+120
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.