| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 16 | -245/+281 |
| | | | | | | | 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 | 3 | -4/+21 |
| | | |||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 5 | -13/+19 |
| | | |||||
| * | chore: add a Header component | Armand Philippot | 2022-04-22 | 4 | -0/+243 |
| | | |||||
| * | chore: add a CommentsList component | Armand Philippot | 2022-04-22 | 7 | -7/+291 |
| | | |||||
| * | chore: add a Comment component | Armand Philippot | 2022-04-21 | 4 | -0/+443 |
| | | |||||
| * | chore: add a PostsList component | Armand Philippot | 2022-04-21 | 4 | -0/+431 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 6 | -30/+119 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 6 | -46/+56 |
| | | | | | | | | | 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 an Overview component | Armand Philippot | 2022-04-15 | 4 | -0/+124 |
| | | |||||
| * | chore: add a Toolbar component | Armand Philippot | 2022-04-14 | 1 | -0/+2 |
| | | |||||
| * | chore: add a CardsList component | Armand Philippot | 2022-04-13 | 4 | -0/+273 |
| | | |||||
| * | chore: add a Footer component | Armand Philippot | 2022-04-12 | 4 | -0/+198 |
| | | |||||
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 4 | -0/+388 |
