From b95c90e6d8c46e10ac0a97382ee54760b3f824b2 Mon Sep 17 00:00:00 2001 From: Vyacheslav Shcherbinin Date: Sun, 9 Mar 2025 14:17:25 +0700 Subject: [PATCH 1/3] fix(ui): disable default autocomplete --- .../application/general/generic/save-docker-provider.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/general/generic/save-docker-provider.tsx b/apps/dokploy/components/dashboard/application/general/generic/save-docker-provider.tsx index fcc4f824..6090b05d 100644 --- a/apps/dokploy/components/dashboard/application/general/generic/save-docker-provider.tsx +++ b/apps/dokploy/components/dashboard/application/general/generic/save-docker-provider.tsx @@ -115,7 +115,7 @@ export const SaveDockerProvider = ({ applicationId }: Props) => { Username - + @@ -130,7 +130,7 @@ export const SaveDockerProvider = ({ applicationId }: Props) => { Password - + From dc5d79085c9ef1edcfc3232a557ea6ccc337a8f4 Mon Sep 17 00:00:00 2001 From: Vyacheslav Shcherbinin Date: Sun, 9 Mar 2025 14:19:17 +0700 Subject: [PATCH 2/3] fix(ui): first letter case --- .../application/general/generic/save-docker-provider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/application/general/generic/save-docker-provider.tsx b/apps/dokploy/components/dashboard/application/general/generic/save-docker-provider.tsx index 6090b05d..6f51af3d 100644 --- a/apps/dokploy/components/dashboard/application/general/generic/save-docker-provider.tsx +++ b/apps/dokploy/components/dashboard/application/general/generic/save-docker-provider.tsx @@ -115,7 +115,7 @@ export const SaveDockerProvider = ({ applicationId }: Props) => { Username - + From b98d57e99a91924fe372aa312a8f061ad23eb58b Mon Sep 17 00:00:00 2001 From: Vyacheslav Shcherbinin Date: Sun, 9 Mar 2025 14:19:42 +0700 Subject: [PATCH 3/3] fix(ui): better autocomplete work --- apps/dokploy/components/dashboard/project/add-database.tsx | 2 +- .../dashboard/settings/cluster/registry/handle-registry.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/add-database.tsx b/apps/dokploy/components/dashboard/project/add-database.tsx index b14e2cfa..a58aef2c 100644 --- a/apps/dokploy/components/dashboard/project/add-database.tsx +++ b/apps/dokploy/components/dashboard/project/add-database.tsx @@ -494,7 +494,7 @@ export const AddDatabase = ({ projectId, projectName }: Props) => { diff --git a/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx b/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx index 55daedca..d30ad6dd 100644 --- a/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx +++ b/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx @@ -207,7 +207,7 @@ export const HandleRegistry = ({ registryId }: Props) => { @@ -227,7 +227,7 @@ export const HandleRegistry = ({ registryId }: Props) => {