From f97e1abebe8910549c2a3bf8fe427b5e381c1e24 Mon Sep 17 00:00:00 2001 From: codebanditssss Date: Sat, 4 Jul 2026 20:50:52 +0530 Subject: [PATCH] chore: format prettier files --- .github/workflows/frontend-nightly.yml | 2 +- .../src/landing/content/docs/installation.mdx | 27 ++++--------------- .../OrchestratorReplacementDialog.tsx | 9 +++++-- .../components/ProjectSettingsForm.test.tsx | 6 ++++- .../src/renderer/components/SessionsBoard.tsx | 8 +++++- frontend/src/renderer/components/Sidebar.tsx | 8 +++++- .../renderer/hooks/useWorkspaceQuery.test.tsx | 7 ++++- .../src/renderer/lib/restart-orchestrator.ts | 5 +++- frontend/src/renderer/types/workspace.test.ts | 3 ++- frontend/src/renderer/types/workspace.ts | 3 ++- 10 files changed, 46 insertions(+), 32 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/landing/content/docs/installation.mdx b/frontend/src/landing/content/docs/installation.mdx index e82347c23..7c3e774fe 100644 --- a/frontend/src/landing/content/docs/installation.mdx +++ b/frontend/src/landing/content/docs/installation.mdx @@ -44,29 +44,12 @@ If you plan to use GitLab or Linear, install and authenticate their CLIs or cred ## Install AO - - ```bash - npm install -g @aoagents/ao - ``` - - - ```bash - pnpm add -g @aoagents/ao - ``` - - - ```bash - yarn global add @aoagents/ao - ``` - + ```bash npm install -g @aoagents/ao ``` + ```bash pnpm add -g @aoagents/ao ``` + ```bash yarn global add @aoagents/ao ``` - ```bash - git clone https://github.com/AgentWrapper/agent-orchestrator - cd agent-orchestrator - pnpm install - pnpm build - pnpm --filter @aoagents/ao link --global - ``` + ```bash git clone https://github.com/AgentWrapper/agent-orchestrator cd agent-orchestrator pnpm install pnpm build + pnpm --filter @aoagents/ao link --global ``` 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({