| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite form components | Armand Philippot | 2023-10-24 | 1 | -79/+0 |
| | | |||||
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 1 | -26/+6 |
| | | | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 1 | -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 a Settings modal component | Armand Philippot | 2022-04-08 | 1 | -6/+19 |
| | | |||||
| * | chore: add a SelectWithTooltip component | Armand Philippot | 2022-04-07 | 1 | -3/+12 |
| | | |||||
| * | chore: add a labelled select field component | Armand Philippot | 2022-04-01 | 1 | -3/+3 |
| | | |||||
| * | chore: add a Select component | Armand Philippot | 2022-03-31 | 1 | -0/+77 |
