better search on top[
This commit is contained in:
@@ -122,9 +122,9 @@ export default function AudioHandler() {
|
||||
setmapShortcutsToConvoId(newMap);
|
||||
}, [priorityConvos]);
|
||||
|
||||
configure({
|
||||
ignoreTags: ["input", "select", "textarea"],
|
||||
});
|
||||
// configure({
|
||||
// ignoreTags: ["input", "select", "textarea"],
|
||||
// });
|
||||
|
||||
const [recordingToastId, setRecordingToastId] = useState<string>("");
|
||||
const [isRecording, setIsRecording] = useRecoilState(isRecordingAtom);
|
||||
|
||||
@@ -96,7 +96,7 @@ export default function ConversationFullRow(props: {
|
||||
<span
|
||||
onClick={handleViewConversationDetails}
|
||||
className={`py-5 px-4 border-t border-t-slate-200 flex flex-row last:border-b-slate-200 last:border-b
|
||||
hover:bg-slate-50 transition-all items-center group relative ${
|
||||
hover:bg-slate-50 transition-all items-center group relative hover:cursor-pointer ${
|
||||
isNewIncoming ? "bg-slate-50" : "text-slate-100"
|
||||
}`}
|
||||
>
|
||||
|
||||
@@ -101,7 +101,7 @@ export default function Header() {
|
||||
<FaSearch className="text-lg text-slate-300" />
|
||||
<input
|
||||
placeholder="Type / to search"
|
||||
className="bg-transparent placeholder-slate-300 p-2 w-96"
|
||||
className="bg-transparent placeholder-slate-300 p-2 w-96 focus:outline-none"
|
||||
ref={inputRef}
|
||||
onChange={updateInput}
|
||||
value={searchInput}
|
||||
|
||||
Reference in New Issue
Block a user