aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Comment
Commit message (Collapse)AuthorAgeFilesLines
* refactor: import comment form dynamically when reply to a commentArmand Philippot2022-03-011-9/+11
| | | | | The comment form is displayed only if an user click on the reply button so importing it dynamically should improve performances.
* refactor: replace script tags with next/script (#10)Armand Philippot2022-02-211-7/+6
| | | | | | | | * refactor: replace script tags with next/script Since next.js v12.1.0 some warnings was displayed because I was using some script tags. * build(deps): bump next-themes to v0.1.1
* chore: improve comment form user experienceArmand Philippot2022-02-141-8/+12
|
* fix: update comments list when a new comment is sendArmand Philippot2022-02-141-1/+1
| | | | | The comments list was static before. If an user posted a comment, even after it was approved, the comments list was keeping the old state.
* 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.
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-7/+5
|
* chore(comments): handle comment replyArmand Philippot2022-01-151-2/+29
|
* chore: improve comment sectionArmand Philippot2022-01-072-8/+22
| | | | I also adjust styles for all forms and primary buttons.
* chore: display comments as a treeArmand Philippot2021-12-272-7/+19
| | | | | | 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-172-0/+175