From af61880da16659ed61909e5e4ef6c4f79aa30e1f Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:11:09 +0000 Subject: [PATCH] feat(web): add staff custom MCP connection cards (#1199) --- **Session Details** - Session: [View Session](https://supermemory.us1.vorflux.com/agent-sessions/cd042b68-db46-431f-982c-3070096a37bd) - Requested by: Unknown - Address comments on this PR. Add `(aside)` to your comment to have me ignore it. --- .../components/integrations/install-steps.tsx | 4 +- .../settings/company-brain-connections.tsx | 233 +++++++++++++++--- 2 files changed, 206 insertions(+), 31 deletions(-) diff --git a/apps/web/components/integrations/install-steps.tsx b/apps/web/components/integrations/install-steps.tsx index 4616b07c..de2aaa50 100644 --- a/apps/web/components/integrations/install-steps.tsx +++ b/apps/web/components/integrations/install-steps.tsx @@ -15,14 +15,16 @@ export function PillButton({ children, onClick, disabled, + type = "button", }: { children: ReactNode onClick?: () => void disabled?: boolean + type?: "button" | "submit" }) { return (