From 86cd472bc1ddeaef2c04ab25d363a7f51203eacc Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 17:24:07 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/cases.index.tsx | 63 +++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/src/routes/cases.index.tsx b/src/routes/cases.index.tsx index 27071d4..064460d 100644 --- a/src/routes/cases.index.tsx +++ b/src/routes/cases.index.tsx @@ -278,11 +278,65 @@ function CasesList() { + {selected.size > 0 && ( +
+ {selected.size} selected + +
+ {view === "active" ? ( + + ) : ( + + )} +
+ Attorney: +
+ +
+ +
+ Client: +
+ +
+ +
+ )} + + @@ -294,7 +348,7 @@ function CasesList() { {sorted.length === 0 && ( - )} @@ -304,6 +358,13 @@ function CasesList() { className="border-t hover:bg-muted/30 cursor-pointer transition-colors" onClick={() => navigate({ to: "/cases/$caseId", params: { caseId: c.id } })} > +
+ +
+
{view === "archived" ? "No archived cases." : "No cases."}
e.stopPropagation()}> + toggleOne(c.id)} + aria-label={`Select ${c.title}`} + /> +