| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a PageHeader component | Armand Philippot | 2022-04-21 | 4 | -0/+233 |
| | | |||||
| * | chore: add a PageFooter component | Armand Philippot | 2022-04-21 | 3 | -0/+87 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 29 | -197/+760 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | chore: add a Code component | Armand Philippot | 2022-04-19 | 4 | -0/+542 |
| | | |||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 23 | -101/+109 |
| | | | | | | | | | 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 an Overview component | Armand Philippot | 2022-04-15 | 1 | -0/+4 |
| | | |||||
| * | chore: add a Widget component | Armand Philippot | 2022-04-15 | 6 | -10/+209 |
| | | |||||
| * | chore: add a Settings component | Armand Philippot | 2022-04-14 | 2 | -4/+38 |
| | | |||||
| * | chore: add a MainNav component | Armand Philippot | 2022-04-14 | 5 | -205/+11 |
| | | |||||
| * | chore: add a Card component | Armand Philippot | 2022-04-13 | 5 | -1/+349 |
| | | |||||
| * | chore: add a Footer component | Armand Philippot | 2022-04-12 | 2 | -5/+12 |
| | | |||||
| * | chore: add a Nav component | Armand Philippot | 2022-04-12 | 4 | -0/+196 |
| | | |||||
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 1 | -2/+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. | ||||
| * | chore: add a Breadcrumb component | Armand Philippot | 2022-04-11 | 4 | -0/+195 |
| | | |||||
| * | chore: add a Meta component | Armand Philippot | 2022-04-11 | 3 | -0/+135 |
| | | |||||
| * | refactor(toggle): use Checkbox component and move it to molecules | Armand Philippot | 2022-04-09 | 7 | -7/+314 |
| | | |||||
| * | chore: add a Settings modal component | Armand Philippot | 2022-04-08 | 15 | -65/+344 |
| | | |||||
| * | chore: add a AckeeSelect component | Armand Philippot | 2022-04-08 | 4 | -0/+155 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 12 | -44/+113 |
| | | | | | | | | | 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 | 6 | -3/+340 |
| | | |||||
| * | chore: add a HeadingButton component | Armand Philippot | 2022-04-07 | 4 | -0/+214 |
| | | |||||
| * | chore: add a Tooltip component | Armand Philippot | 2022-04-07 | 8 | -2/+169 |
| | | |||||
| * | chore: add a MotionToggle component | Armand Philippot | 2022-04-07 | 3 | -0/+79 |
| | | |||||
| * | chore: add a PrismThemeToggle component | Armand Philippot | 2022-04-07 | 4 | -6/+87 |
| | | |||||
| * | chore: add a ThemeToggle component | Armand Philippot | 2022-04-06 | 3 | -0/+81 |
| | | |||||
| * | 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 Modal component | Armand Philippot | 2022-04-06 | 4 | -0/+135 |
| | | |||||
| * | chore: add a ResponsiveImage component | Armand Philippot | 2022-04-06 | 4 | -0/+225 |
| | | |||||
| * | chore: add a Branding component | Armand Philippot | 2022-04-04 | 4 | -0/+289 |
| | | |||||
| * | chore: add a FlippingLogo component | Armand Philippot | 2022-04-04 | 4 | -0/+185 |
| | | |||||
| * | chore: add a labelled select field component | Armand Philippot | 2022-04-01 | 3 | -0/+177 |
| | | |||||
| * | chore: add labelled field component | Armand Philippot | 2022-04-01 | 3 | -0/+224 |
| | | |||||
| * | chore: add a back to top component | Armand Philippot | 2022-04-01 | 4 | -0/+140 |
