| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 2 | -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 LinksListWidget component | Armand Philippot | 2022-04-15 | 1 | -3/+8 | 
| | | |||||
| * | chore: add a MainNav component | Armand Philippot | 2022-04-14 | 2 | -9/+21 | 
| | | |||||
| * | chore: add a Card component | Armand Philippot | 2022-04-13 | 3 | -19/+86 | 
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 4 | -20/+20 | 
| | | | | | | | | | I was using the FunctionComponent type for some component that do not use children. So I change the type to VoidFunctionComponent to avoid mistakes. I also rename all the "classes" or "additionalClasses" props to "className" to keep consistency between each components. | ||||
| * | chore: add a DescriptionList component | Armand Philippot | 2022-04-07 | 4 | -0/+177 | 
| | | |||||
| * | chore: add a List component | Armand Philippot | 2022-04-05 | 4 | -0/+218 | 
