mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
feat: add search functionality to mobile navigation (#4487)
This commit is contained in:
committed by
GitHub
parent
8286c03d0b
commit
ab7d227b73
@@ -37,11 +37,11 @@ export function CustomSearchDialog(props: SharedProps) {
|
||||
{...props}
|
||||
>
|
||||
<SearchDialogOverlay />
|
||||
<SearchDialogContent>
|
||||
<SearchDialogContent className="mt-12 md:mt-0">
|
||||
<SearchDialogHeader>
|
||||
<SearchDialogIcon />
|
||||
<SearchDialogInput />
|
||||
<SearchDialogClose />
|
||||
<SearchDialogClose className="hidden md:block" />
|
||||
</SearchDialogHeader>
|
||||
<SearchDialogList items={query.data !== "empty" ? query.data : null} />
|
||||
<SearchDialogFooter>
|
||||
|
||||
Reference in New Issue
Block a user