From 6eb6148a9a2308767ba0b4936dfdf36cc69addc9 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:55:43 +0400 Subject: [PATCH] style: dialog scrooling --- src/components/integrations-dialog.tsx | 298 +++++++++++++------------ 1 file changed, 151 insertions(+), 147 deletions(-) diff --git a/src/components/integrations-dialog.tsx b/src/components/integrations-dialog.tsx index d2506c4..2c90d74 100644 --- a/src/components/integrations-dialog.tsx +++ b/src/components/integrations-dialog.tsx @@ -214,176 +214,180 @@ export function IntegrationsDialog({ return ( !open && onClose()}> - - + + Integrations - - - Local API - MCP (AI Assistants) - +
+ + + Local API + MCP (AI Assistants) + - -
- -
- -

- Allow managing profiles, groups, and proxies via REST API. -

+ +
+ +
+ +

+ Allow managing profiles, groups, and proxies via REST API. +

+
-
- {settings.api_enabled && ( -
-
- -
- - - Server is running - + {settings.api_enabled && ( +
+
+ +
+ + + Server is running + +
+
+ +
+ +
+
+ + +
+ +
+

+ Include in Authorization header: Bearer {""} +

+ )} + -
-
);