aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/hooks/search-history.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: adding search history #1541 (#1627)lexafaxine2025-07-141-0/+102
* feat: adding search history * fix popover should close when no matched history * remove unnecessary react import * replace current Input component with CommandInput for better UX * add i18n for recent searches label * fix bug * refactor local storage logic to make code reusable * using zod schema to validate search history and revert debounce change * Consolidate some of the files --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>