+ {/* Search Bar - Always visible at the top */}
+
+ setSearchQuery(e.currentTarget.value)}
+ autoComplete="off"
+ size="sm"
+ />
+
+
+ {leftPanelView === 'toolPicker' ? (
+ // Tool Picker View
+
+
+
+ ) : (
+ // Selected Tool Content View
+
+ {/* Tool content */}
+
+
+
+
+ )}
+