From c5e9a66e89a84011a62f434dc0b72db25dd91a82 Mon Sep 17 00:00:00 2001 From: maaz Date: Sun, 5 Jul 2026 10:57:17 +0530 Subject: [PATCH] style: format prettier warnings --- .github/workflows/frontend-nightly.yml | 2 +- .../components/OrchestratorReplacementDialog.tsx | 9 +++++++-- .../src/renderer/components/ProjectSettingsForm.test.tsx | 6 +++++- frontend/src/renderer/components/SessionsBoard.tsx | 8 +++++++- frontend/src/renderer/components/Sidebar.tsx | 8 +++++++- frontend/src/renderer/hooks/useWorkspaceQuery.test.tsx | 7 ++++++- frontend/src/renderer/lib/restart-orchestrator.ts | 5 ++++- frontend/src/renderer/types/workspace.test.ts | 3 ++- frontend/src/renderer/types/workspace.ts | 3 ++- 9 files changed, 41 insertions(+), 10 deletions(-) diff --git a/.github/workflows/frontend-nightly.yml b/.github/workflows/frontend-nightly.yml index 7ad149c8f..35ec830fe 100644 --- a/.github/workflows/frontend-nightly.yml +++ b/.github/workflows/frontend-nightly.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: inputs: important: - description: 'Mark this nightly as an important update (escalates the in-app restart prompt). Retro-flag an already-published nightly by re-running only the publish-feed job with this input set.' + description: "Mark this nightly as an important update (escalates the in-app restart prompt). Retro-flag an already-published nightly by re-running only the publish-feed job with this input set." type: boolean default: false diff --git a/frontend/src/renderer/components/OrchestratorReplacementDialog.tsx b/frontend/src/renderer/components/OrchestratorReplacementDialog.tsx index c9f3817e6..8c342a789 100644 --- a/frontend/src/renderer/components/OrchestratorReplacementDialog.tsx +++ b/frontend/src/renderer/components/OrchestratorReplacementDialog.tsx @@ -41,13 +41,18 @@ export function OrchestratorReplacementDialog({