aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/header/Header.tsx
diff options
context:
space:
mode:
authorlexafaxine <40200356+lexafaxine@users.noreply.github.com>2025-07-14 09:00:36 +0900
committerGitHub <noreply@github.com>2025-07-14 01:00:36 +0100
commit39fcda015b467be6c08d134fd45ec94204b08a09 (patch)
treece78ec11e2cbbb349ec7d02ba69fad8fe16e19a1 /apps/web/components/dashboard/header/Header.tsx
parentecb13cec5d5c646308b34c714401a716f3cdf199 (diff)
downloadkarakeep-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/web/components/dashboard/header/Header.tsx')
-rw-r--r--apps/web/components/dashboard/header/Header.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/header/Header.tsx b/apps/web/components/dashboard/header/Header.tsx
index e882ebfc..f830beb6 100644
--- a/apps/web/components/dashboard/header/Header.tsx
+++ b/apps/web/components/dashboard/header/Header.tsx
@@ -20,7 +20,7 @@ export default async function Header() {
</Link>
</div>
<div className="flex flex-1 gap-2">
- <SearchInput className="min-w-40 bg-muted" />
+ <SearchInput className="min-w-40 rounded-md bg-muted" />
<GlobalActions />
</div>
<div className="flex items-center">