From 9a221603931d89c112aaf663379e5ca1e3f29b65 Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Sun, 25 Jan 2026 14:22:59 -0800 Subject: [PATCH 1/6] improvement(switch): dark styling --- .../emcn/components/switch/switch.tsx | 17 ++++------------- bun.lock | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/apps/sim/components/emcn/components/switch/switch.tsx b/apps/sim/components/emcn/components/switch/switch.tsx index c9fc422615..118eb6f63d 100644 --- a/apps/sim/components/emcn/components/switch/switch.tsx +++ b/apps/sim/components/emcn/components/switch/switch.tsx @@ -5,9 +5,8 @@ import * as SwitchPrimitives from '@radix-ui/react-switch' import { cn } from '@/lib/core/utils/cn' /** - * Custom switch component with thin track design. - * Track: 28px width, 6px height, 20px border-radius - * Thumb: 14px diameter circle that overlaps the track + * Switch component styled to match Sim's design system. + * Uses brand color for checked state, neutral border for unchecked. */ const Switch = React.forwardRef< React.ElementRef, @@ -16,21 +15,13 @@ const Switch = React.forwardRef< - + )) diff --git a/bun.lock b/bun.lock index f1df7669ea..c76b5b4538 100644 --- a/bun.lock +++ b/bun.lock @@ -291,7 +291,7 @@ }, "packages/ts-sdk": { "name": "simstudio-ts-sdk", - "version": "0.1.1", + "version": "0.1.2", "dependencies": { "node-fetch": "^3.3.2", }, From 1e47528475a762ed36b13106372378ea3205dfea Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Sun, 25 Jan 2026 14:46:34 -0800 Subject: [PATCH 2/6] improvement(settings): change deployed MCPs to MCPs servers --- apps/docs/content/docs/de/mcp/deploy-workflows.mdx | 4 ++-- apps/docs/content/docs/de/mcp/index.mdx | 2 +- apps/docs/content/docs/en/mcp/deploy-workflows.mdx | 4 ++-- apps/docs/content/docs/en/mcp/index.mdx | 2 +- apps/docs/content/docs/es/mcp/deploy-workflows.mdx | 4 ++-- apps/docs/content/docs/es/mcp/index.mdx | 2 +- apps/docs/content/docs/fr/mcp/deploy-workflows.mdx | 4 ++-- apps/docs/content/docs/fr/mcp/index.mdx | 2 +- apps/docs/content/docs/ja/mcp/deploy-workflows.mdx | 4 ++-- apps/docs/content/docs/ja/mcp/index.mdx | 2 +- apps/docs/content/docs/zh/mcp/deploy-workflows.mdx | 4 ++-- apps/docs/content/docs/zh/mcp/index.mdx | 2 +- .../deploy/components/deploy-modal/components/mcp/mcp.tsx | 2 +- .../sidebar/components/settings-modal/settings-modal.tsx | 2 +- 14 files changed, 20 insertions(+), 20 deletions(-) diff --git a/apps/docs/content/docs/de/mcp/deploy-workflows.mdx b/apps/docs/content/docs/de/mcp/deploy-workflows.mdx index a782869af7..595c581132 100644 --- a/apps/docs/content/docs/de/mcp/deploy-workflows.mdx +++ b/apps/docs/content/docs/de/mcp/deploy-workflows.mdx @@ -17,7 +17,7 @@ MCP-Server gruppieren Ihre Workflow-Tools zusammen. Erstellen und verwalten Sie