aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/RelatedTopics/RelatedTopics.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-41/+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/+1
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore: display initial posts, thematics & topicsArmand Philippot2022-02-141-6/+1
| | | | | 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: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+10
|
* refactor: rename all subject occurrences into topicArmand Philippot2022-01-231-9/+9
| | | | | I change the name in graphql endpoint, so I decided to repercute this change here.
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-0/+31
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.