|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| | I'm not able to configure SWC plugins in Next.js so to make it works,
all translation must have an id. | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * refactor: replace postBy query
postBy is now deprecated in WPGraphQL v1.7
* refactor: update post comments query
PostBy is deprecated and it is now possible to use the post ID to query
comments.
* refactor: update get topic by slug query
topicBy is deprecated
* refactor: update get thematic by slug query
thematicBy is deprecated | 
| | 
| 
| 
| 
| | 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
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 | 
| | |  | 
| | 
| 
| 
| 
| | 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. | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| | I also added the featured image on single article. | 
| | |  | 
| | 
| 
| 
| | I also adjust styles for all forms and primary buttons. | 
| | 
| 
| 
| 
| 
| | 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. | 
|  |  |