From 598211167d56167663e4db0f16e0822c933a69e8 Mon Sep 17 00:00:00 2001 From: oabrivard Date: Tue, 31 Mar 2026 17:34:01 +0200 Subject: [PATCH] feat: show source URL next to date in synthesis article cards Date aligned left, source URL aligned right. URL stripped of protocol and truncated to 40 chars with "..." if too long. Full URL on hover. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/pages/SynthesisDetail.tsx | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/SynthesisDetail.tsx b/frontend/src/pages/SynthesisDetail.tsx index 45bf060..37bc917 100644 --- a/frontend/src/pages/SynthesisDetail.tsx +++ b/frontend/src/pages/SynthesisDetail.tsx @@ -59,9 +59,25 @@ const NewsItemCard: Component<{ item: NewsItemType; displayLevel: number }> = (p - -

{props.item.date}

-
+ 1 && props.item.summary}>

{truncateSummary(props.item.summary, effectiveLevel())}