From 991bd17b07da457742bb29ddcff4fbe83e5d13f1 Mon Sep 17 00:00:00 2001 From: claude-dev Date: Sun, 8 Mar 2026 17:04:35 +0100 Subject: [PATCH] =?UTF-8?q?L=C3=B6sung=20suchen=20Button=20bei=20Deaktivie?= =?UTF-8?q?rungs-Vorschl=C3=A4gen=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Button erscheint neben Annehmen/Ablehnen bei deactivate_source- Vorschlägen mit source_id. Startet Sonnet WebSearch-Recherche nach Alternativen bevor man deaktiviert. Co-Authored-By: Claude Opus 4.6 --- src/static/js/source-health.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/js/source-health.js b/src/static/js/source-health.js index bbff3d0..af32aa0 100644 --- a/src/static/js/source-health.js +++ b/src/static/js/source-health.js @@ -89,6 +89,7 @@ function renderHealthDashboard() { ${PRIORITY_LABELS[s.priority] || s.priority} ${formatDateTime(s.created_at)} + ${s.suggestion_type === "deactivate_source" && s.source_id ? ` ` : ""}