From b12c035527a666dd80fa63ece685a8275d9e4766 Mon Sep 17 00:00:00 2001 From: Jhon Date: Sun, 13 Jul 2025 13:03:11 -0300 Subject: [PATCH] fix(ui): improve DialogFooter layout in settings dialogs - Update certificate management dialog footer styling - Enhance destination settings dialog layout - Improve notification settings dialog footer spacing - Add responsive design improvements for server creation dialog Ensures consistent footer behavior across settings panels. --- .../dashboard/settings/certificates/add-certificate.tsx | 2 +- .../dashboard/settings/destination/handle-destinations.tsx | 2 +- .../dashboard/settings/notifications/handle-notifications.tsx | 2 +- .../dashboard/settings/servers/welcome-stripe/create-server.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx b/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx index 2e0b29da8..b7f7749c1 100644 --- a/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx +++ b/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx @@ -222,7 +222,7 @@ export const AddCertificate = () => { /> - + )} - + {notificationId ? "Update" : "Add"} Notification diff --git a/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/create-server.tsx b/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/create-server.tsx index 24d01553b..3a112af20 100644 --- a/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/create-server.tsx +++ b/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/create-server.tsx @@ -265,7 +265,7 @@ export const CreateServer = ({ stepper }: Props) => { /> - +