summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons
Commit message (Collapse)AuthorAgeFilesLines
* 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