aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/comments-list.fixture.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-1/+1
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* fix(comments): load all comments on a postArmand Philippot2022-08-211-2/+2
| | | | | | | | | Previously, only the first 10 comments was loaded. So I update the fetching method to retrieve all the comments on a post. Also, I choose to order comments on client side because of a bug with WPGraphQL. Finally, I renamed the Comment type to SingleComment to avoid conflict with existing types.
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-0/+106