summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms
Commit message (Collapse)AuthorAgeFilesLines
* refactor(storybook): reorganize design systemArmand Philippot2022-04-208-82/+334
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-169-49/+44
| | | | | | | | 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.
* refactor(toggle): use Checkbox component and move it to moleculesArmand Philippot2022-04-097-7/+314
|
* chore: add a Settings modal componentArmand Philippot2022-04-0815-65/+344
|
* chore: add a AckeeSelect componentArmand Philippot2022-04-084-0/+155
|
* chore: add a SelectWithTooltip componentArmand Philippot2022-04-074-0/+300
|
* chore: add a MotionToggle componentArmand Philippot2022-04-073-0/+79
|
* chore: add a PrismThemeToggle componentArmand Philippot2022-04-074-6/+87
|
* chore: add a ThemeToggle componentArmand Philippot2022-04-063-0/+81
|
* chore: add a labelled select field componentArmand Philippot2022-04-013-0/+177
|
* chore: add labelled field componentArmand Philippot2022-04-013-0/+224