From afa6988ce4f30229875b558944778c7599b15778 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 5 Feb 2026 16:30:19 +0000 Subject: [PATCH 1/6] Improve mobile search and composer layout Co-authored-by: Kent C. Dodds --- app/components/search-bar.tsx | 43 +++++++++---------- .../_app+/recipients+/$recipientId.index.tsx | 4 +- 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/app/components/search-bar.tsx b/app/components/search-bar.tsx index ba88051..0d5a59d 100644 --- a/app/components/search-bar.tsx +++ b/app/components/search-bar.tsx @@ -39,10 +39,11 @@ export function SearchBar({
autoSubmit && handleFormChange(e.currentTarget)} > -
+
+
@@ -54,46 +55,44 @@ export function SearchBar({ placeholder="Search" className="w-full" autoFocus={autoFocus} - /> + /> +
+ + + Search +
{showDateFilter ? ( -
-
- +
+
+
-
- +
+
) : null} -
- - - Search - -
) } diff --git a/app/routes/_app+/recipients+/$recipientId.index.tsx b/app/routes/_app+/recipients+/$recipientId.index.tsx index b4871a4..32d0f5d 100644 --- a/app/routes/_app+/recipients+/$recipientId.index.tsx +++ b/app/routes/_app+/recipients+/$recipientId.index.tsx @@ -643,11 +643,11 @@ export default function RecipientRoute() {
)} -
+
)} -
+
-
+