| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 1 | -0/+1 |
| | | | | | | | | | 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 button component | Armand Philippot | 2022-03-31 | 1 | -0/+1 |
| | | |||||
| * | test(jest): add a test for Branding component | Armand Philippot | 2022-03-29 | 1 | -0/+2 |
| | | |||||
| * | build: configure jest | Armand Philippot | 2022-03-24 | 1 | -7/+0 |
| | | | | | | | Since Next.js v12, Jest is already configured with the next/jest package. I also added a package to mock next/router. | ||||
| * | build: configure Jest | Armand Philippot | 2021-12-12 | 1 | -0/+8 |
