diff --git a/client/src/components/Prompts/Groups/ChatGroupItem.tsx b/client/src/components/Prompts/Groups/ChatGroupItem.tsx index e985eb9461..be4b8ae3cf 100644 --- a/client/src/components/Prompts/Groups/ChatGroupItem.tsx +++ b/client/src/components/Prompts/Groups/ChatGroupItem.tsx @@ -55,7 +55,7 @@ function ChatGroupItem({ return ( <> -
+
-
- {groupIsGlobal === true && ( - - )} + > + {groupIsGlobal === true && ( +
+
- + )}
@@ -79,7 +81,7 @@ function ChatGroupItem({ ref={triggerButtonRef} id={`prompt-actions-${group._id}`} type="button" - aria-label={localize('com_ui_sr_actions_menu', { name: group.name })} + aria-label={localize('com_ui_sr_actions_menu', { 0: group.name })} onClick={(e) => { e.stopPropagation(); }} diff --git a/client/src/components/Prompts/Groups/GroupSidePanel.tsx b/client/src/components/Prompts/Groups/GroupSidePanel.tsx index 6001a1565f..1eca604af1 100644 --- a/client/src/components/Prompts/Groups/GroupSidePanel.tsx +++ b/client/src/components/Prompts/Groups/GroupSidePanel.tsx @@ -55,7 +55,7 @@ export default function GroupSidePanel({ />
)} -
+
{children}
{snippet}
diff --git a/client/src/components/SidePanel/Agents/AdminSettings.tsx b/client/src/components/SidePanel/Agents/AdminSettings.tsx index 103a4283f1..7bc064685f 100644 --- a/client/src/components/SidePanel/Agents/AdminSettings.tsx +++ b/client/src/components/SidePanel/Agents/AdminSettings.tsx @@ -152,7 +152,7 @@ const AdminSettings = () => { diff --git a/client/src/components/SidePanel/Agents/Advanced/AdvancedButton.tsx b/client/src/components/SidePanel/Agents/Advanced/AdvancedButton.tsx index 07f73fd2bb..8ce635d6a8 100644 --- a/client/src/components/SidePanel/Agents/Advanced/AdvancedButton.tsx +++ b/client/src/components/SidePanel/Agents/Advanced/AdvancedButton.tsx @@ -15,7 +15,7 @@ const AdvancedButton: React.FC = ({ setActivePanel }) => { diff --git a/client/src/components/SidePanel/MCPBuilder/MCPBuilderPanel.tsx b/client/src/components/SidePanel/MCPBuilder/MCPBuilderPanel.tsx index 77552a5aff..493b34b122 100644 --- a/client/src/components/SidePanel/MCPBuilder/MCPBuilderPanel.tsx +++ b/client/src/components/SidePanel/MCPBuilder/MCPBuilderPanel.tsx @@ -22,7 +22,7 @@ export default function MCPBuilderPanel() { const configDialogProps = getConfigDialogProps(); return ( -
+
{/* Admin Settings Button */} diff --git a/client/src/components/SidePanel/Memories/AdminSettings.tsx b/client/src/components/SidePanel/Memories/AdminSettings.tsx index a002ea4c2b..efdf5ce7a2 100644 --- a/client/src/components/SidePanel/Memories/AdminSettings.tsx +++ b/client/src/components/SidePanel/Memories/AdminSettings.tsx @@ -141,7 +141,7 @@ const AdminSettings = () => { diff --git a/client/src/components/SidePanel/Memories/MemoryViewer.tsx b/client/src/components/SidePanel/Memories/MemoryViewer.tsx index 1d469780a0..c23b9365fb 100644 --- a/client/src/components/SidePanel/Memories/MemoryViewer.tsx +++ b/client/src/components/SidePanel/Memories/MemoryViewer.tsx @@ -239,7 +239,7 @@ export default function MemoryViewer() { } return ( -
+
(({ className = '', children, ...props }, ref) => (
{children}