From 231a842620db05e500c72c6e6a02b476aca70d21 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 02:57:55 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/contacts.index.tsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/routes/contacts.index.tsx b/src/routes/contacts.index.tsx index a41c055..11618fa 100644 --- a/src/routes/contacts.index.tsx +++ b/src/routes/contacts.index.tsx @@ -192,6 +192,15 @@ function ContactsIndex() { + setCategory(v as Category)} className="mb-4"> + + All ({categoryCounts.all}) + Companies ({categoryCounts.companies}) + People ({categoryCounts.people}) + Lawyers ({categoryCounts.lawyers}) + + + {loading ? ( @@ -201,8 +210,14 @@ function ContactsIndex() { {rows.length === 0 ? "No contacts yet." : view === "archived" ? "No archived contacts." : "No contacts match your filters."}

) : ( -