| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 87 | -441/+1908 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | chore: add a Code component | Armand Philippot | 2022-04-19 | 5 | -0/+657 |
| | | |||||
| * | chore: add a Gallery component | Armand Philippot | 2022-04-19 | 4 | -0/+174 |
| | | |||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 80 | -289/+352 |
| | | | | | | | | | 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 ImageWidget component | Armand Philippot | 2022-04-15 | 4 | -0/+285 |
| | | |||||
| * | chore: add an Overview component | Armand Philippot | 2022-04-15 | 5 | -0/+128 |
| | | |||||
| * | chore: add a SocialMedia component | Armand Philippot | 2022-04-15 | 4 | -0/+140 |
| | | |||||
| * | chore: add a SharingWidget component | Armand Philippot | 2022-04-15 | 4 | -0/+309 |
| | | |||||
| * | chore: add a LinksListWidget component | Armand Philippot | 2022-04-15 | 5 | -3/+284 |
| | | |||||
| * | chore: add a Widget component | Armand Philippot | 2022-04-15 | 6 | -10/+209 |
| | | |||||
| * | chore: add a ContactForm component | Armand Philippot | 2022-04-15 | 5 | -0/+268 |
| | | |||||
| * | chore: add a CommentForm component | Armand Philippot | 2022-04-15 | 8 | -8/+304 |
| | | |||||
| * | chore: add a Notice component | Armand Philippot | 2022-04-15 | 4 | -0/+104 |
| | | |||||
| * | chore: add a Toolbar component | Armand Philippot | 2022-04-14 | 7 | -63/+243 |
| | | |||||
| * | chore: add a Search component | Armand Philippot | 2022-04-14 | 4 | -0/+151 |
| | | |||||
| * | chore: add a SearchModal component | Armand Philippot | 2022-04-14 | 4 | -0/+70 |
| | | |||||
| * | chore: add a SearchForm component | Armand Philippot | 2022-04-14 | 4 | -0/+165 |
| | | |||||
| * | chore: add a Settings component | Armand Philippot | 2022-04-14 | 10 | -17/+241 |
| | | |||||
| * | chore: add a MainNav component | Armand Philippot | 2022-04-14 | 12 | -214/+393 |
| | | |||||
| * | chore: add a CardsList component | Armand Philippot | 2022-04-13 | 4 | -0/+273 |
| | | |||||
| * | chore: add a Card component | Armand Philippot | 2022-04-13 | 8 | -20/+435 |
| | | |||||
| * | chore: add a Footer component | Armand Philippot | 2022-04-12 | 6 | -5/+210 |
| | | |||||
| * | chore: add a Nav component | Armand Philippot | 2022-04-12 | 5 | -3/+197 |
| | | |||||
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 7 | -5/+424 |
| | | |||||
| * | chore: add a MainNavButton component | Armand Philippot | 2022-04-12 | 8 | -39/+235 |
| | | | | | | 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 |
| | | |||||
| * | chore: add a Copyright component | Armand Philippot | 2022-04-11 | 4 | -0/+178 |
| | | |||||
| * | chore: add a NoScript component | Armand Philippot | 2022-04-11 | 4 | -0/+97 |
| | | |||||
| * | chore: add a Section component | Armand Philippot | 2022-04-09 | 4 | -0/+184 |
| | | |||||
| * | chore: add a Main component | Armand Philippot | 2022-04-09 | 3 | -0/+87 |
| | | |||||
| * | refactor(toggle): use Checkbox component and move it to molecules | Armand Philippot | 2022-04-09 | 7 | -13/+26 |
| | | |||||
| * | chore: add a Checkbox component | Armand Philippot | 2022-04-09 | 3 | -0/+170 |
| | | |||||
| * | chore: add a Settings modal component | Armand Philippot | 2022-04-08 | 32 | -120/+761 |
| | | |||||
| * | 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 | 36 | -118/+270 |
| | | | | | | | | | 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(icons): accept a classname as prop | Armand Philippot | 2022-04-08 | 31 | -112/+363 |
| | | |||||
| * | chore: add a SelectWithTooltip component | Armand Philippot | 2022-04-07 | 9 | -6/+395 |
| | | |||||
| * | chore: add a HeadingButton component | Armand Philippot | 2022-04-07 | 4 | -0/+214 |
| | | |||||
| * | chore: add a DescriptionList component | Armand Philippot | 2022-04-07 | 4 | -0/+177 |
| | | |||||
| * | 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 Toggle component | Armand Philippot | 2022-04-06 | 4 | -0/+262 |
| | | |||||
| * | chore: add a HelpButton component | Armand Philippot | 2022-04-06 | 7 | -5/+92 |
| | | | | | I also added a new shape to the button base. | ||||
| * | chore: add a Modal component | Armand Philippot | 2022-04-06 | 8 | -5/+151 |
| | | |||||
| * | chore: add a ResponsiveImage component | Armand Philippot | 2022-04-06 | 5 | -3/+240 |
| | | |||||
| * | chore: add a List component | Armand Philippot | 2022-04-05 | 4 | -0/+218 |
| | | |||||
| * | chore: add a ProgressBar component | Armand Philippot | 2022-04-05 | 4 | -0/+177 |
| | | |||||
