aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms
Commit message (Collapse)AuthorAgeFilesLines
* chore: add Article pagesArmand Philippot2022-05-153-17/+39
|
* chore: add Search pageArmand Philippot2022-05-153-13/+14
|
* chore: add a Contact pageArmand Philippot2022-05-073-7/+17
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-203-27/+79
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-164-8/+12
| | | | | | | | 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 ContactForm componentArmand Philippot2022-04-154-0/+263
|
* chore: add a CommentForm componentArmand Philippot2022-04-154-0/+288
|
* chore: add a SearchForm componentArmand Philippot2022-04-144-0/+165