| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add aria hidden attribute to SVG icons | Armand Philippot | 2022-06-07 | 1 | -1/+1 |
| | | |||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 3 | -3/+3 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | fix: improve help button accessibility with aria-pressed | Armand Philippot | 2022-06-02 | 1 | -1/+4 |
| | | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 4 | -24/+4 |
| | | |||||
| * | fix: close Ackee tooltip on button click | Armand Philippot | 2022-05-21 | 1 | -4/+8 |
| | | | | | | | | The tooltip was closing and reopening on click because of a conflict between the button event and the hook useClickOutside. By checking that the event target is not the button, the tooltip is now closing as expected. | ||||
| * | chore: adjust articles styles | Armand Philippot | 2022-05-17 | 2 | -58/+30 |
| | | | | | | * change animation on article card hover * change comments section alignment | ||||
| * | chore: listen scroll to hide/show back to top button | Armand Philippot | 2022-05-17 | 1 | -2/+2 |
| | | |||||
| * | chore: add a LegalNotice page | Armand Philippot | 2022-05-03 | 1 | -1/+3 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 3 | -16/+96 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 3 | -13/+11 |
| | | | | | | | | | 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 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 |
