| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(cards): use post title as link label | Armand Philippot | 2022-06-07 | 1 | -2/+12 | 
| | | |||||
| * | chore: adjust cards list spacing | Armand Philippot | 2022-05-23 | 1 | -1/+1 | 
| | | |||||
| * | refactor: reduce the number of data transformation | Armand Philippot | 2022-05-23 | 1 | -20/+2 | 
| | | |||||
| * | chore: adjust dark mode styles | Armand Philippot | 2022-05-22 | 1 | -1/+1 | 
| | | |||||
| * | chore: fix minor styles/typescript issues introduced during refactoring | Armand Philippot | 2022-05-18 | 1 | -1/+5 | 
| | | |||||
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 1 | -9/+7 | 
| | | | | | | | 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. | ||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 1 | -1/+1 | 
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 1 | -1/+1 | 
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 1 | -4/+4 | 
| | | | | | | | | | I replaced the deprecated VFC type with FC type and made all children explicits. Formatjs is still not compatible with React 18 so I need to skip type checking when comitting. There are some type errors because of IntlProvider in Storybook stories. | ||||
| * | chore: add a Card component | Armand Philippot | 2022-04-13 | 1 | -0/+114 | 
