diff options
| author | lexafaxine <40200356+lexafaxine@users.noreply.github.com> | 2025-07-14 09:00:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 01:00:36 +0100 |
| commit | 39fcda015b467be6c08d134fd45ec94204b08a09 (patch) | |
| tree | ce78ec11e2cbbb349ec7d02ba69fad8fe16e19a1 /apps/mobile/package.json | |
| parent | ecb13cec5d5c646308b34c714401a716f3cdf199 (diff) | |
| download | karakeep-39fcda015b467be6c08d134fd45ec94204b08a09.tar.zst | |
feat: adding search history #1541 (#1627)
* 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>
Diffstat (limited to 'apps/mobile/package.json')
| -rw-r--r-- | apps/mobile/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 2c68810e..d5c2262f 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -18,6 +18,7 @@ "@karakeep/shared": "workspace:^0.1.0", "@karakeep/shared-react": "workspace:^0.1.0", "@karakeep/trpc": "workspace:^0.1.0", + "@react-native-async-storage/async-storage": "1.23.1", "@react-native-menu/menu": "^1.1.6", "@tanstack/react-query": "^5.69.0", "class-variance-authority": "^0.7.0", |
