From dfc3a5ffd35922444001eea00ccab9058fedeaec Mon Sep 17 00:00:00 2001 From: Yash Kumar Date: Fri, 11 Sep 2026 21:34:11 +0530 Subject: [PATCH] fix: polish queue visibility UI and biome compliance --- .../application/deployments/show-deployment.tsx | 3 ++- .../components/dashboard/compose/general/actions.tsx | 5 ++++- .../[projectId]/environment/[environmentId].tsx | 2 +- .../server/src/utils/startup/cancel-deployments.ts | 10 ++-------- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/deployments/show-deployment.tsx b/apps/dokploy/components/dashboard/application/deployments/show-deployment.tsx index 0a127592c..20573bc63 100644 --- a/apps/dokploy/components/dashboard/application/deployments/show-deployment.tsx +++ b/apps/dokploy/components/dashboard/application/deployments/show-deployment.tsx @@ -12,10 +12,11 @@ import { DialogHeader, DialogTitle, } from "@/components/ui/dialog"; -const QUEUED_LOG_MESSAGE = "Waiting for worker to pick job..."; import { TerminalLine } from "../../docker/logs/terminal-line"; import { type LogLine, parseLogs } from "../../docker/logs/utils"; +const QUEUED_LOG_MESSAGE = "Waiting for worker to pick job..."; + interface Props { logPath: string | null; open: boolean; diff --git a/apps/dokploy/components/dashboard/compose/general/actions.tsx b/apps/dokploy/components/dashboard/compose/general/actions.tsx index 123dfc103..11e590713 100644 --- a/apps/dokploy/components/dashboard/compose/general/actions.tsx +++ b/apps/dokploy/components/dashboard/compose/general/actions.tsx @@ -105,7 +105,10 @@ export const ComposeActions = ({ composeId }: Props) => { >