| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 1 | -1/+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 MainNavButton component | Armand Philippot | 2022-04-12 | 1 | -8/+13 |
| | | | | | | I also move the active state from the hamburger to this pseudo-button. It makes more sense that the button handles the icon shape. | ||||
| * | chore(icons): accept a classname as prop | Armand Philippot | 2022-04-08 | 1 | -2/+9 |
| | | |||||
| * | chore: add a Hamburger icon component | Armand Philippot | 2022-04-01 | 1 | -0/+20 |
