diff --git a/src/components/CommandCenter.tsx b/src/components/CommandCenter.tsx index 0523d38b..e56aca92 100644 --- a/src/components/CommandCenter.tsx +++ b/src/components/CommandCenter.tsx @@ -476,6 +476,7 @@ export function CommandCenter() { {/* Input Field */}
{/* Agent List */} -
+
0}>
Built-in diff --git a/src/components/cortex/EnhancedStatusBar.tsx b/src/components/cortex/EnhancedStatusBar.tsx index cf73c18c..92ec94c9 100644 --- a/src/components/cortex/EnhancedStatusBar.tsx +++ b/src/components/cortex/EnhancedStatusBar.tsx @@ -115,9 +115,9 @@ export const EnhancedStatusBar: Component = (props) => { }} onClick={handleDiagnosticsClick} > - +
@@ -125,7 +125,7 @@ export const EnhancedStatusBar: Component = (props) => {
- +
@@ -226,7 +226,7 @@ export const EnhancedStatusBar: Component = (props) => { }} onClick={handleNotificationsClick} > - +
-
+
No commands found
diff --git a/src/components/cortex/dialogs/GoToSymbolDialog.tsx b/src/components/cortex/dialogs/GoToSymbolDialog.tsx index ce9e41c9..1116c8a8 100644 --- a/src/components/cortex/dialogs/GoToSymbolDialog.tsx +++ b/src/components/cortex/dialogs/GoToSymbolDialog.tsx @@ -158,7 +158,7 @@ export function GoToSymbolDialog() {
-
+
diff --git a/src/components/palette/CommandPalette.tsx b/src/components/palette/CommandPalette.tsx index 84914f90..18ca2ebb 100644 --- a/src/components/palette/CommandPalette.tsx +++ b/src/components/palette/CommandPalette.tsx @@ -210,7 +210,7 @@ export function PaletteCommandPalette() { onInput={e => setQuery(e.currentTarget.value)} onKeyDown={handleKeyDown} style={{ flex: "1", height: "18px", background: "transparent", border: "none", outline: "none", color: "var(--jb-text-body-color)", "font-size": "11px" }} />
-
+
No commands found
diff --git a/src/components/ui/ConfirmDialog.tsx b/src/components/ui/ConfirmDialog.tsx index 26c3eb0e..d8626eef 100644 --- a/src/components/ui/ConfirmDialog.tsx +++ b/src/components/ui/ConfirmDialog.tsx @@ -91,6 +91,7 @@ export const ConfirmDialog: Component = (props) => {