aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Comment/Comment.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-5/+5
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-7/+32
|
* chore: wrap dates with time tagArmand Philippot2022-01-251-11/+10
|
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-191-3/+39
| | | | I also added the featured image on single article.
* chore(comments): handle comment replyArmand Philippot2022-01-151-2/+29
|
* chore: improve comment sectionArmand Philippot2022-01-071-2/+6
| | | | I also adjust styles for all forms and primary buttons.
* chore: display comments as a treeArmand Philippot2021-12-271-7/+15
| | | | | | I was displaying comments without the parent/children link. Now, each child is displayed under its parent. I also remove the reply button for children to avoid too many child depth.
* chore: display comments list on postsArmand Philippot2021-12-171-0/+88