aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/search.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): replace Toolbar with Navbar componentArmand Philippot2023-11-111-88/+0
| | | | | | | | * 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
* feat(hooks): add useBoolean and useToggle hooksArmand Philippot2023-11-111-12/+4
|
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-1/+1
|
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-1/+1
| | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.
* chore: replace Checkbox component with a BooleanField componentArmand Philippot2022-05-311-1/+9
| | | | | Checkbox and radio buttons are working the same way so I decided to group them in a same component.
* chore: complete Storybook storiesArmand Philippot2022-05-211-0/+13
|
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-181-1/+0
|
* chore: add Search pageArmand Philippot2022-05-151-7/+3
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-12/+29
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a Search componentArmand Philippot2022-04-141-0/+63