aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms
Commit message (Collapse)AuthorAgeFilesLines
* refactor: support React 18Armand Philippot2022-04-166-9/+21
| | | | | | | | 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 Settings componentArmand Philippot2022-04-141-0/+1
|
* refactor(toggle): use Checkbox component and move it to moleculesArmand Philippot2022-04-094-294/+0
|
* chore: add a Checkbox componentArmand Philippot2022-04-093-0/+170
|
* chore: add a Settings modal componentArmand Philippot2022-04-0813-55/+287
|
* refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-083-8/+35
| | | | | | | | 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 componentArmand Philippot2022-04-073-3/+55
|
* chore: add a Toggle componentArmand Philippot2022-04-064-0/+262
|
* chore: add a labelled select field componentArmand Philippot2022-04-012-11/+5
|
* chore: add labelled field componentArmand Philippot2022-04-013-14/+26
|
* chore: add a Label componentArmand Philippot2022-03-314-0/+97
|
* chore: add a Select componentArmand Philippot2022-03-313-0/+197
|
* chore: add a Field componentArmand Philippot2022-03-314-0/+323