| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(cards): use post title as link label | Armand Philippot | 2022-06-07 | 3 | -0/+19 |
| | | |||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 2 | -2/+2 |
| | | | | | 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 | -4/+8 |
| | | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 1 | -0/+14 |
| | | |||||
| * | fix: close Ackee tooltip on button click | Armand Philippot | 2022-05-21 | 1 | -13/+22 |
| | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | | * change animation on article card hover * change comments section alignment | ||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 4 | -21/+74 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 2 | -2/+10 |
| | | | | | | | | | 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 CommentForm component | Armand Philippot | 2022-04-15 | 3 | -8/+10 |
| | | |||||
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 2 | -3/+24 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 4 | -6/+23 |
| | | | | | | | | | 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 HelpButton component | Armand Philippot | 2022-04-06 | 3 | -5/+17 |
| | | | | | I also added a new shape to the button base. | ||||
| * | chore: add a back to top component | Armand Philippot | 2022-04-01 | 5 | -7/+64 |
| | | |||||
| * | chore: add a button link component | Armand Philippot | 2022-03-31 | 4 | -0/+127 |
| | | |||||
| * | chore: add a button component | Armand Philippot | 2022-03-31 | 4 | -0/+345 |
