aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widgets
Commit message (Collapse)AuthorAgeFilesLines
* chore: adjust colors and grid layoutArmand Philippot2022-01-251-31/+0
|
* chore: wrap dates with time tagArmand Philippot2022-01-251-10/+7
|
* refactor: rename all subject occurrences into topicArmand Philippot2022-01-232-17/+17
| | | | | I change the name in graphql endpoint, so I decided to repercute this change here.
* feat: implement dark modeArmand Philippot2022-01-173-4/+24
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-164-31/+18
|
* chore: add a spinner when content is loadingArmand Philippot2022-01-164-34/+57
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-1515-0/+903
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.