summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/overview.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: update images stylesArmand Philippot2022-05-201-1/+1
|
* chore: fix minor styles/typescript issues introduced during refactoringArmand Philippot2022-05-181-1/+0
|
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-6/+35
| | | | | | 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-2/+2
| | | | | | | | 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-151-0/+33