From 721c43d569f5a780fab70b274a72850c5e42a996 Mon Sep 17 00:00:00 2001 From: rouggy Date: Sun, 30 Aug 2026 15:09:08 +0200 Subject: [PATCH] style(settings): the Connections panel drops its two explainer paragraphs Same cleanup as the General and DX Cluster panels: the section speaks for itself, and the per-service hints remain where the choice is made. --- frontend/src/components/SettingsModal.tsx | 5 +---- frontend/src/components/UDPIntegrationsPanel.tsx | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/components/SettingsModal.tsx b/frontend/src/components/SettingsModal.tsx index 7ea25d5..6633eb0 100644 --- a/frontend/src/components/SettingsModal.tsx +++ b/frontend/src/components/SettingsModal.tsx @@ -5716,10 +5716,7 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged function UDPIntegrationsPanelWrapper() { return ( <> - + setErr(m)} /> ); diff --git a/frontend/src/components/UDPIntegrationsPanel.tsx b/frontend/src/components/UDPIntegrationsPanel.tsx index d68c368..e2a0abc 100644 --- a/frontend/src/components/UDPIntegrationsPanel.tsx +++ b/frontend/src/components/UDPIntegrationsPanel.tsx @@ -229,10 +229,6 @@ export function UDPIntegrationsPanel({ onError }: Props) { return (
-
- {t('udpp.intro')} -
-
}