From 3d2f73e8e2dd37ca5be64b97e0211c94e51b053a Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Mon, 1 Sep 2025 14:42:32 +0100 Subject: [PATCH 1/7] ai search test --- _components/SearchInput.tsx | 192 ++++++++---- search.client.ts | 565 ++++++++++++++++++++++++++++++------ 2 files changed, 618 insertions(+), 139 deletions(-) diff --git a/_components/SearchInput.tsx b/_components/SearchInput.tsx index defcdd96d..65692c1d8 100644 --- a/_components/SearchInput.tsx +++ b/_components/SearchInput.tsx @@ -1,76 +1,162 @@ export default function SearchInput() { return ( -
- {/* ☝️ That md:relative class is crucial for making the search bar pop up in the right place. Don't change it, or add any other positioning classes, unless you're ready to account for positioning across all breakpoints. */} -
- - - ⌘K - -
-
-
-
- {/* Text updated by JavaScript. */} + <> + {/* Search Input Trigger */} +
+
+ + + ⌘K +
- {/* Enhanced Popover for Search Results */} + {/* Modal Backdrop */}