From 9d8945a12028081097bc16ab59bde28a3276c42e Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 23 Dec 2025 10:32:47 +0000 Subject: [PATCH] feat(ui): Use inline copy buttons in agent setup for consistency. Related to #874 --- .../src/components/Settings/UnifiedAgents.tsx | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/frontend-modern/src/components/Settings/UnifiedAgents.tsx b/frontend-modern/src/components/Settings/UnifiedAgents.tsx index 4fc6d0e33..2fc78f61d 100644 --- a/frontend-modern/src/components/Settings/UnifiedAgents.tsx +++ b/frontend-modern/src/components/Settings/UnifiedAgents.tsx @@ -598,10 +598,10 @@ export const UnifiedAgents: Component = () => { return (
-
-
- {snippet.label} -
+
+ {snippet.label} +
+
+
+                                                                        {copyCommand()}
+                                                                    
-
-                                                                    {copyCommand()}
-                                                                

{snippet.note}