From 3bc1bc7c7624776a1b603a761d547882e5ceccf9 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 17 Jun 2026 08:27:16 -0600 Subject: [PATCH] refactor: improve UI consistency and styling across dashboard components - Updated Card components in ShowDeployments, ShowSchedules, and ShowVolumeBackups to remove unnecessary border styles for a cleaner look. - Enhanced TabsList components in ShowProviderForm and ShowProviderFormCompose by adding a variant for improved visual distinction. - Adjusted spacing in AdvancedEnvironmentSelector for better layout and readability. - Removed redundant border classes in Service component for a more streamlined design. --- .../dashboard/application/deployments/show-deployments.tsx | 3 +-- .../dashboard/application/general/generic/show.tsx | 5 ++++- .../dashboard/application/schedules/show-schedules.tsx | 2 +- .../application/volume-backups/show-volume-backups.tsx | 2 +- .../components/dashboard/compose/general/generic/show.tsx | 5 ++++- .../dashboard/project/advanced-environment-selector.tsx | 4 ++-- .../[environmentId]/services/application/[applicationId].tsx | 4 ++-- 7 files changed, 15 insertions(+), 10 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx b/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx index 7041cfa22..48c8ec981 100644 --- a/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx +++ b/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx @@ -147,7 +147,7 @@ export const ShowDeployments = ({ }, []); return ( - +
Deployments @@ -233,7 +233,6 @@ export const ShowDeployments = ({ Webhook URL:
{ }} >
- + { }; return ( - +
diff --git a/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx b/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx index 526bcfa77..1a72b4640 100644 --- a/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx +++ b/apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx @@ -77,7 +77,7 @@ export const ShowVolumeBackups = ({ }; return ( - +
diff --git a/apps/dokploy/components/dashboard/compose/general/generic/show.tsx b/apps/dokploy/components/dashboard/compose/general/generic/show.tsx index 759fe728c..c2b6f4d0e 100644 --- a/apps/dokploy/components/dashboard/compose/general/generic/show.tsx +++ b/apps/dokploy/components/dashboard/compose/general/generic/show.tsx @@ -143,7 +143,10 @@ export const ShowProviderFormCompose = ({ composeId }: Props) => { }} >
- +
-
+
-
+