aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Notice/Notice.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-21/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* chore: improve comment form user experienceArmand Philippot2022-02-141-2/+1
|
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-041-1/+3
| | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope.
* chore: create mutation to add a new comment on postsArmand Philippot2021-12-171-0/+20