From 4ad964e1ffa11eacb04a65d3976eb34cb1ed3c16 Mon Sep 17 00:00:00 2001 From: Talha Ahmed Date: Tue, 25 Aug 2026 19:49:08 +0500 Subject: [PATCH] Talent filter uses the standard toolbar-search box className="input" matches no CSS rule, so the filter fell back to the browser default ~180px width and clipped its own placeholder ("Filter by name, headline, com"). Swap it for the toolbar-search pattern every other screen uses: search icon, full-width input, 340px cap. Co-Authored-By: Claude Fable 5 --- frontend/dist/index.html | 2 +- frontend/src/screens/Talent.jsx | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/dist/index.html b/frontend/dist/index.html index df37875..72268d5 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -23,7 +23,7 @@ - + diff --git a/frontend/src/screens/Talent.jsx b/frontend/src/screens/Talent.jsx index bc27470..5a51b45 100644 --- a/frontend/src/screens/Talent.jsx +++ b/frontend/src/screens/Talent.jsx @@ -543,13 +543,14 @@ export default function Talent() { ) : ( <>
- setSearch(e.target.value)} - /> +
+ + setSearch(e.target.value)} + /> +
{visible.length} of {profiles.length} profile{profiles.length === 1 ? '' : 's'}