From d4c3018429bbc5be0938f57c0c405c1d7963d1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Sat, 24 Jan 2026 16:37:08 +0000 Subject: [PATCH] refactor: Change search fields to horizontal layout - Place Business Name, Location, and Validate button in same row - Reduce padding and font sizes for compact inline layout - Show abbreviated text on mobile (responsive) - Use checkmark indicator for auto-detected location Co-Authored-By: Claude Opus 4.5 --- web/components/ScraperTest.tsx | 51 +++++++++++++++++----------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/web/components/ScraperTest.tsx b/web/components/ScraperTest.tsx index b969637..e00bb3c 100644 --- a/web/components/ScraperTest.tsx +++ b/web/components/ScraperTest.tsx @@ -495,17 +495,17 @@ export default function ScraperTest({ onJobsChange, onSelectReviews }: ScraperTe - {/* Search Interface - Split Fields */} + {/* Search Interface - Horizontal Layout */} <> -
+
{/* Business Name Field */} -
-