| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 6 | -9/+21 |
| | | | | | | | | | 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 Settings component | Armand Philippot | 2022-04-14 | 1 | -0/+1 |
| | | |||||
| * | refactor(toggle): use Checkbox component and move it to molecules | Armand Philippot | 2022-04-09 | 4 | -294/+0 |
| | | |||||
| * | chore: add a Checkbox component | Armand Philippot | 2022-04-09 | 3 | -0/+170 |
| | | |||||
| * | chore: add a Settings modal component | Armand Philippot | 2022-04-08 | 13 | -55/+287 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 3 | -8/+35 |
| | | | | | | | | | 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 SelectWithTooltip component | Armand Philippot | 2022-04-07 | 3 | -3/+55 |
| | | |||||
| * | chore: add a Toggle component | Armand Philippot | 2022-04-06 | 4 | -0/+262 |
| | | |||||
| * | chore: add a labelled select field component | Armand Philippot | 2022-04-01 | 2 | -11/+5 |
| | | |||||
| * | chore: add labelled field component | Armand Philippot | 2022-04-01 | 3 | -14/+26 |
| | | |||||
| * | chore: add a Label component | Armand Philippot | 2022-03-31 | 4 | -0/+97 |
| | | |||||
| * | chore: add a Select component | Armand Philippot | 2022-03-31 | 3 | -0/+197 |
| | | |||||
| * | chore: add a Field component | Armand Philippot | 2022-03-31 | 4 | -0/+323 |
