summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/modals/search-modal.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: give autofocus to the toolbar search formArmand Philippot2022-05-241-16/+9
|
* chore: handle settings changeArmand Philippot2022-05-181-0/+1
|
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-181-2/+11
|
* chore: add Search pageArmand Philippot2022-05-151-4/+4
|
* refactor: support React 18Armand Philippot2022-04-161-4/+4
| | | | | | | | 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 SearchModal componentArmand Philippot2022-04-141-0/+34