| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
| 
|  | 
I change the name in graphql endpoint, so I decided to repercute this
change here.
 | 
| | 
| 
| 
| 
| 
| 
|  | 
By default WPGraphQL gets only the 10 first items if first is not
specified. So some subjects was not displayed.
I also add an order by title to the query. So I no longer need to sort
arrays inside components.
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
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.
 | 
| | 
| 
| 
| 
|  | 
Since I replace the other pages, there is no reason to fetch this page
content through WP GraphQL.
 | 
| | 
| 
| 
| 
|  | 
I cannot import custom blocks through WP GraphQL, so I prefer to use
MDX file. This way I cannot import custom components.
 | 
| |  | 
 | 
|   
  
  
  
  
  
   | 
I was repeating myself a lot in services. So I rewrited the different
functions to improve readability and I extracted some formatting
functions to put them in utils. I also rewrited/reorganized some types
to keep consistent names.
 |