mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 13:20:17 +00:00
Add some better default states for no files found, prompt to search. Add link to search in the file search compnoent in side panel
This commit is contained in:
@@ -203,7 +203,7 @@ function FilesMenu(props: FilesMenuProps) {
|
||||
<Command>
|
||||
<CommandInput placeholder="Find file" />
|
||||
<CommandList>
|
||||
<CommandEmpty>No results found.</CommandEmpty>
|
||||
<CommandEmpty>No results found. <Link href="/search">Try advanced search</Link>.</CommandEmpty>
|
||||
<CommandGroup heading="Quick">
|
||||
<CommandItem
|
||||
onSelect={() => {
|
||||
|
||||
Reference in New Issue
Block a user