chore: format feedback branch
This commit is contained in:
parent
d683438cd5
commit
b71dc9b479
|
|
@ -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"}>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue