aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/comment.tsx
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): split Comment component into 3 componentsArmand Philippot2023-11-111-189/+0
* refactor(components): rewrite CommentForm componentArmand Philippot2023-11-111-9/+9
* feat(hooks): add useBoolean and useToggle hooksArmand Philippot2023-11-111-9/+4
* refactor(components): rewrite Card componentArmand Philippot2023-11-111-53/+68
* feat(components): add a Time componentArmand Philippot2023-11-111-18/+2
* refactor(components): replace Meta component with MetaListArmand Philippot2023-11-111-9/+32
* refactor(components): rewrite DescriptionList componentArmand Philippot2023-11-111-22/+21
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-15/+12
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-5/+5
* chore: make Links and Images compliant with Next.js 13Armand Philippot2023-01-231-6/+11
* fix(comments): load all comments on a postArmand Philippot2022-08-211-2/+2
* test: fix theme toggle and comment testsArmand Philippot2022-05-241-25/+2
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-49/+49
* chore: add Article pagesArmand Philippot2022-05-151-6/+8
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-31/+52
* chore: add a CommentsList componentArmand Philippot2022-04-221-4/+0
* chore: add a Comment componentArmand Philippot2022-04-211-0/+175