| Commit message (Collapse) | Author | Age | Files | Lines | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
It removes items complexity by allowing consumers to use any label/value
association. Translations should also be defined by the consumer.
Each item can now be configured separately (borders, layout...).
 | 
| | 
| 
| 
|  | 
* Rename message prop to children prop and set ReactNode as type
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
* remove `alignment` and `withMargin` props (consumer should handle
that)
* move styles to Sass placeholders to avoid repeats with headings
coming from WordPress
* refactor some other components that depend on Heading to avoid ESlint
errors
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
Next expect a default export for pages so only those components should
use default exports. Everything else should use named exports to
reduce the number of import statements.
 | 
| | 
| 
| 
| 
| 
|  | 
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.
 | 
| | 
| 
| 
| 
| 
| 
|  | 
The api file in services was not really readable. So I move the types
and I also rewrite a little the fetch function.
I also rename most of the type to avoid conflict with preexisting
types (like Node) and to keep consistency.
 | 
| | 
| 
| 
| 
|  | 
If I keep 1, some older comments are not displayed because the comments
tree was deeper.
 | 
| | 
| 
| 
| 
|  | 
It avoid some hydratation errors on project pages (not in article
however) and the hooks are now reusable.
 | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
It prevents to rerender the common components between pages (header,
footer...).
 | 
| | 
| 
| 
| 
|  | 
* change animation on article card hover
* change comments section alignment
 | 
| | 
| 
| 
| 
| 
|  | 
* add logo to topics pages and links
* add Prism styles to articles
* and a few other adjustements
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
The meta can have different layout. The previous implementation was not
enough to easily change the layout. Also, I prefer to restrict the meta
types and it prevents me to repeat myself for the labels.
 | 
|    | 
 |