aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/no-results.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite SearchForm componentArmand Philippot2023-11-111-16/+3
| | | | | | * remove searchPage prop (the consumer should handle the submit) * change onSubmit type * use `useForm` hook to handle the form
* 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: add a search form when posts list prints no resultsArmand Philippot2022-05-241-0/+28