From ad5b723d79523e8f0bcf991a8fbce52c2524a3e5 Mon Sep 17 00:00:00 2001 From: UserIsMH Date: Fri, 1 May 2026 18:04:52 +0200 Subject: [PATCH] =?UTF-8?q?Quellen=C3=BCbersicht:=20Lagebild-Quellennummer?= =?UTF-8?q?=20[N]=20statt=20fortlaufender=20Nummer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Statt einer eigenen Nummerierung (1., 2., ...) wird jetzt die echte Lagebild-Quellennummer im Format [N] angezeigt — also exakt das, was im Lagebild-Text als Zitat erscheint. Match per exakter source_url, mit Quellen-Name als Fallback. Artikel ohne Match (nicht im Lagebild zitiert) bekommen einen dezenten Strich "—" mit Tooltip "Nicht im Lagebild zitiert", damit sichtbar ist welche Belege Claude überhaupt verwendet hat und welche nicht. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/static/css/style.css | 7 ++++++- src/static/dashboard.html | 4 ++-- src/static/js/app.js | 33 +++++++++++++++++++++++++++++---- 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 5fcf82d..bcd177f 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -1776,8 +1776,13 @@ a.dev-source-pill:hover { font-size: 11px; font-weight: 700; color: var(--accent); - min-width: 32px; + min-width: 36px; text-align: right; + white-space: nowrap; +} +.source-overview-detail-num--none { + color: var(--text-disabled); + font-weight: 400; } .source-overview-detail-date { font-family: var(--font-mono); diff --git a/src/static/dashboard.html b/src/static/dashboard.html index bc9bb63..ecee0b2 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -13,7 +13,7 @@ - +