| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 1 | -9/+33 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | chore: add a CommentForm component | Armand Philippot | 2022-04-15 | 1 | -2/+2 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 1 | -0/+13 |
| | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | I also added a new shape to the button base. | ||||
| * | chore: add a back to top component | Armand Philippot | 2022-04-01 | 1 | -0/+15 |
| | | |||||
| * | chore: add a button component | Armand Philippot | 2022-03-31 | 1 | -0/+120 |
