From cbb92749a8c285454aaff30ebc6ac2441b20b6cb Mon Sep 17 00:00:00 2001 From: shimmyshimmer <107991372+shimmyshimmer@users.noreply.github.com> Date: Fri, 29 May 2026 23:57:01 -0700 Subject: [PATCH] Studio: link MCP Servers heading to its PR and fix composer pill cursors Make the "MCP Servers" heading in the chat Configuration sheet link to the MCP PR, keeping the chevron as the toggle. The label and chevron are rendered as siblings so we don't nest an inside a + {labelHref ? ( +
+ + {label} + + + +
+ ) : ( + + )} {open &&
{children}
} ); @@ -1345,7 +1376,10 @@ export function ChatSettingsPanel({ ) : null} {!isExternalModel ? ( - + ) : null} diff --git a/studio/frontend/src/index.css b/studio/frontend/src/index.css index 84a34bcf49..ba79fed4f5 100644 --- a/studio/frontend/src/index.css +++ b/studio/frontend/src/index.css @@ -795,7 +795,7 @@ } .composer-pill-btn { - @apply flex items-center gap-1.5 rounded-full px-1.5 py-1.5 text-[14px] font-medium text-muted-foreground/70 transition-colors hover:bg-primary/10 dark:hover:bg-white/[0.08] disabled:cursor-not-allowed disabled:opacity-40; + @apply flex cursor-pointer items-center gap-1.5 rounded-full px-1.5 py-1.5 text-[14px] font-medium text-muted-foreground/70 transition-colors hover:bg-primary/10 dark:hover:bg-white/[0.08] disabled:cursor-not-allowed disabled:opacity-40; } .composer-pill-btn[data-active="true"] { @@ -901,7 +901,7 @@ /* Right-side Thinking pill (toggle or dropdown). */ .unsloth-thinking-pill { - @apply inline-flex shrink-0 items-center gap-1 rounded-full px-2.5 py-1.5 text-[14px] font-medium text-muted-foreground transition-colors hover:bg-muted-foreground/10 disabled:cursor-not-allowed disabled:opacity-40; + @apply inline-flex shrink-0 cursor-pointer items-center gap-1 rounded-full px-2.5 py-1.5 text-[14px] font-medium text-muted-foreground transition-colors hover:bg-muted-foreground/10 disabled:cursor-not-allowed disabled:opacity-40; } .unsloth-thinking-pill[data-active="true"] {