aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/search-form.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: give autofocus to the toolbar search formArmand Philippot2022-05-241-9/+15
|
* chore: add Search pageArmand Philippot2022-05-151-3/+11
|
* refactor: support React 18Armand Philippot2022-04-161-3/+8
| | | | | | | | 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 SearchForm componentArmand Philippot2022-04-141-0/+57