From 00956412786a3804cbbc9ef6a9d5d209073a05f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBeeRad=E2=80=9D?= Date: Sun, 15 Feb 2026 13:35:59 +1100 Subject: [PATCH] =?UTF-8?q?sync:=20chunk-embedding-audit=20=E2=80=94=20fix?= =?UTF-8?q?=20Sync=20to=20Source=20button=20visibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Show button when notes exist (not just when chunk exists) - Synced from private repo Co-Authored-By: Claude Opus 4.6 --- src/components/focus/FocusPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/focus/FocusPanel.tsx b/src/components/focus/FocusPanel.tsx index 477afbc..50d301f 100644 --- a/src/components/focus/FocusPanel.tsx +++ b/src/components/focus/FocusPanel.tsx @@ -2610,7 +2610,7 @@ export default function FocusPanel({ openTabs, activeTab, onTabSelect, onNodeCli }}> {/* Sync to Source button - left side */}
- {nodesData[activeTab]?.chunk && ( + {nodesData[activeTab]?.notes && (