| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a Widget component | Armand Philippot | 2022-04-15 | 2 | -10/+11 |
| | | |||||
| * | chore: add a MainNav component | Armand Philippot | 2022-04-14 | 4 | -203/+0 |
| | | |||||
| * | chore: add a Footer component | Armand Philippot | 2022-04-12 | 2 | -5/+12 |
| | | |||||
| * | chore: add a MainNavButton component | Armand Philippot | 2022-04-12 | 4 | -0/+203 |
| | | | | | | I also move the active state from the hamburger to this pseudo-button. It makes more sense that the button handles the icon shape. | ||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 4 | -15/+18 |
| | | | | | | | | | 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 | 2 | -3/+40 |
| | | |||||
| * | chore: add a HeadingButton component | Armand Philippot | 2022-04-07 | 4 | -0/+214 |
| | | |||||
| * | chore: add a HelpButton component | Armand Philippot | 2022-04-06 | 4 | -0/+75 |
| | | | | | I also added a new shape to the button base. | ||||
| * | chore: add a back to top component | Armand Philippot | 2022-04-01 | 4 | -0/+140 |
