aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/search-form
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite SearchForm componentArmand Philippot2023-11-114-117/+133
| | | | | | * remove searchPage prop (the consumer should handle the submit) * change onSubmit type * use `useForm` hook to handle the form
* refactor(components): replace Toolbar with Navbar componentArmand Philippot2023-11-111-2/+4
| | | | | | | | * remove SearchModal and SettingsModal components * add a generic NavbarItem component (instead of the previous toolbar items to avoid unreadable styles...) * move FlippingLabel component logic into NavbarItem since it is only used here
* refactor(components): make form components compliant with Eslint rulesArmand Philippot2023-11-113-4/+9
|
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-12/+16
| | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.
* build: convert project to esmArmand Philippot2023-10-241-0/+1
|
* refactor(components): rewrite form componentsArmand Philippot2023-10-245-0/+247