From 72043f0f120d05c93568b92cf5c0eceabe06520b Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 24 Jan 2026 19:21:13 +0100 Subject: [PATCH] fix: remove duplicate folder picker in Obsidian browser shape mode Removed the purple "Connect Vault" button from shape mode rendering. The no-vault case is now handled only by the early return section which shows the working "Select Folder" design. Co-Authored-By: Claude Opus 4.5 --- src/components/ObsidianVaultBrowser.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/components/ObsidianVaultBrowser.tsx b/src/components/ObsidianVaultBrowser.tsx index 1be0d6a..6f6bb8a 100644 --- a/src/components/ObsidianVaultBrowser.tsx +++ b/src/components/ObsidianVaultBrowser.tsx @@ -1191,20 +1191,6 @@ export const ObsidianVaultBrowser: React.FC = ({

{vault ? `Obsidian Vault: ${vault.name}` : 'No Obsidian Vault Connected'}

- {!vault && ( -
-

- Connect your Obsidian vault to browse and add notes to the canvas. -

- -
- )} {vault && (