summaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/ToC
Commit message (Collapse)AuthorAgeFilesLines
* chore: add some noscript tags to explain why the data are not loadedArmand Philippot2022-02-131-0/+7
|
* chore: improve accessibilityArmand Philippot2022-02-111-2/+13
|
* chore: improve widgetsArmand Philippot2022-02-102-40/+1
| | | | | | | | * Make all widgets expanded by default. This way, without Javascript, thematics and topics are still available. * Improve collapse/expand transition. * Remove widget scrollbar: the height was sometimes weird because of that. Except for ToC on large devices.
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+6
|
* chore: adjust colors and grid layoutArmand Philippot2022-01-251-31/+0
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-152-0/+100
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.