chore: format feedback branch

This commit is contained in:
swyam sharma 2026-07-06 09:59:17 +05:30
parent d683438cd5
commit b71dc9b479
2 changed files with 208 additions and 209 deletions

View File

@ -203,7 +203,12 @@ export function Sidebar({
onClick={selection.goHome}
type="button"
>
<img src={aoLogo} alt="" aria-hidden="true" className="h-[22px] w-[22px] rounded-[6px] object-cover" />
<img
src={aoLogo}
alt=""
aria-hidden="true"
className="h-[22px] w-[22px] rounded-[6px] object-cover"
/>
</button>
</TooltipTrigger>
<TooltipContent side="right" hidden={state !== "collapsed"}>

View File

@ -8,13 +8,7 @@ import { captureRendererEvent } from "./telemetry";
// each call site remembering to instrument itself. Keep in sync with the
// allowed-source list in telemetry.ts.
export type OrchestratorSpawnSource =
| "board"
| "restore_dialog"
| "topbar"
| "sidebar"
| "project_add"
| "settings"
| "restart";
"board" | "restore_dialog" | "topbar" | "sidebar" | "project_add" | "settings" | "restart";
/** Spawn the project's orchestrator session via the daemon API. When clean is
* true the daemon first tears down any active orchestrator for the project, then