diff --git a/src/app/components/SearchAssembly64.tsx b/src/app/components/SearchAssembly64.tsx index b0b208a..79f6d77 100644 --- a/src/app/components/SearchAssembly64.tsx +++ b/src/app/components/SearchAssembly64.tsx @@ -365,7 +365,10 @@ export default function SearchAssembly64({ config, setConfig, onClose }: SearchA
- + {isSearching + ? + : + } - + {query && ( + + )}
{hasSearched && ( + } + {query && ( + + )}
- {hasSearched && ( + } - + {query && ( + + )}
{hasSearched && ( + } setQuery(e.target.value)} onKeyDown={e => e.key === 'Enter' && !busy && handleSearch()} placeholder="Search… (* any chars, ? one char)" - className="w-full pl-9 pr-3 py-2.5 bg-neutral-100 border-0 rounded-xl text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:bg-white transition-colors" + className="w-full pl-9 pr-9 py-2.5 bg-neutral-100 border-0 rounded-xl text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:bg-white transition-colors" autoFocus disabled={busy} /> + {query && ( + + )} - - {dbPhase === 'ready' && !busy && ( + {/* {dbPhase === 'ready' && !busy && ( - )} + )} */} {hasSearched && (