summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/summary.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* test: install and configure cypressArmand Philippot2022-06-021-1/+1
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-34/+10
|
* chore: add the Blog index pageArmand Philippot2022-05-131-10/+6
|
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-15/+12
| | | | | | 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.
* refactor: support React 18Armand Philippot2022-04-161-1/+1
| | | | | | | | 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 Summary componentArmand Philippot2022-04-121-0/+85