aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout
Commit message (Collapse)AuthorAgeFilesLines
* refactor(storybook): reorganize design systemArmand Philippot2022-04-206-30/+119
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-166-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 componentArmand Philippot2022-04-154-0/+124
|
* chore: add a Toolbar componentArmand Philippot2022-04-141-0/+2
|
* chore: add a CardsList componentArmand Philippot2022-04-134-0/+273
|
* chore: add a Footer componentArmand Philippot2022-04-124-0/+198
|
* chore: add a Summary componentArmand Philippot2022-04-124-0/+388