| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(build): replace paths aliases with relative paths | Armand Philippot | 2023-09-19 | 1 | -2/+2 |
| | | | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 1 | -5/+10 |
| | | | | | | | | | 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/+45 |
| | | |||||
| * | chore: add a labelled select field component | Armand Philippot | 2022-04-01 | 1 | -0/+25 |
