summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons
Commit message (Collapse)AuthorAgeFilesLines
* chore(cards): use post title as link labelArmand Philippot2022-06-073-0/+19
|
* test: install and configure cypressArmand Philippot2022-06-022-2/+2
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* fix: improve help button accessibility with aria-pressedArmand Philippot2022-06-021-4/+8
|
* chore: complete Storybook storiesArmand Philippot2022-05-211-0/+14
|
* fix: close Ackee tooltip on button clickArmand Philippot2022-05-211-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 stylesArmand Philippot2022-05-171-1/+1
| | | | | * change animation on article card hover * change comments section alignment
* refactor(storybook): reorganize design systemArmand Philippot2022-04-204-21/+74
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-162-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 componentArmand Philippot2022-04-153-8/+10
|
* chore: add a Summary componentArmand Philippot2022-04-122-3/+24
|
* refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-084-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 componentArmand Philippot2022-04-063-5/+17
| | | | I also added a new shape to the button base.
* chore: add a back to top componentArmand Philippot2022-04-015-7/+64
|
* chore: add a button link componentArmand Philippot2022-03-314-0/+127
|
* chore: add a button componentArmand Philippot2022-03-314-0/+345