From 901136ecf02c632c74e76f20a0d568cfb7ae280d Mon Sep 17 00:00:00 2001 From: pcarter Date: Fri, 1 May 2026 10:30:13 -0700 Subject: [PATCH] thread counts more --- src/components/EmailListPanel.tsx | 12 +++++++----- src/components/ThreadCountBadge.tsx | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/EmailListPanel.tsx b/src/components/EmailListPanel.tsx index b495c35..759a325 100644 --- a/src/components/EmailListPanel.tsx +++ b/src/components/EmailListPanel.tsx @@ -772,11 +772,14 @@ export default function EmailListPanel({ ].join(" ")}> {senderLabel} - - {formatDate(latestEmail.receivedAt)} - +
+ + + {formatDate(latestEmail.receivedAt)} + +
- {/* Subject + thread count */} + {/* Subject */}
{latestEmail.subject || "(no subject)"} -
{/* Preview */} {latestEmail.preview && ( diff --git a/src/components/ThreadCountBadge.tsx b/src/components/ThreadCountBadge.tsx index fb749ae..390d1a0 100644 --- a/src/components/ThreadCountBadge.tsx +++ b/src/components/ThreadCountBadge.tsx @@ -9,7 +9,7 @@ export default function ThreadCountBadge({ count, className = "" }: Props) { return ( -- 2.51.2