From e41fcf6ceaca2812449bf1c5c8668a4449bd2799 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 7 Jun 2026 13:59:53 -0400 Subject: [PATCH] Brief cards: drop "why" for more summary; flat placeholder, darker word MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per review: the summary and the "Why it's here" line were competing in a tight card and both came up short. Remove "why" from cards (it still appears on the article page when clicked in) and give the summary the room (image cards 2→4 lines). Also flatten the placeholder banner — solid topic-color tint instead of a gradient-to-blank, with the topic word in a deep near-black shade of that color so it reads clearly instead of washed out. Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/lib/components/ArticleCard.svelte | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/frontend/src/lib/components/ArticleCard.svelte b/frontend/src/lib/components/ArticleCard.svelte index a4400db..aaea91a 100644 --- a/frontend/src/lib/components/ArticleCard.svelte +++ b/frontend/src/lib/components/ArticleCard.svelte @@ -136,10 +136,6 @@

May need a subscription to read

{/if} - {#if article.reason_text} -

{article.reason_text}

- {/if} -
{#if auth.user}