summaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/TopicsList/TopicsList.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: display initial posts, thematics & topicsArmand Philippot2022-02-141-7/+6
| | | | | By fetching the data in getStaticProps, I can display the data even for users with Javascript disabled.
* chore: add some noscript tags to explain why the data are not loadedArmand Philippot2022-02-131-0/+6
|
* chore: improve widgetsArmand Philippot2022-02-101-1/+6
| | | | | | | | * 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/+11
|
* refactor: rename all subject occurrences into topicArmand Philippot2022-01-231-8/+8
| | | | | I change the name in graphql endpoint, so I decided to repercute this change here.
* chore: add a spinner when content is loadingArmand Philippot2022-01-161-14/+24
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-0/+46
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.