diff --git a/apps/web/src/components/BranchToolbar.tsx b/apps/web/src/components/BranchToolbar.tsx index 5478ce9cd..ca14bfecb 100644 --- a/apps/web/src/components/BranchToolbar.tsx +++ b/apps/web/src/components/BranchToolbar.tsx @@ -77,16 +77,11 @@ export function RuntimeUsageControls({ className, }: RuntimeUsageControlsProps) { return ( -
+
{runtimeMode && onRuntimeModeChange ? ( )} {canSwitchToWorktree ? ( ) : null} {effectiveEnvMode === "worktree" && !canHandoffToLocal ? (
- - {environmentPresentation.worktreeOptionLabel} + + + {environmentPresentation.worktreeOptionLabel} + { setEnvPickerOpen(false); onHandoffToWorktree(); }} > - + Hand off to new worktree ) : null} {canHandoffToLocal && onHandoffToLocal ? ( ) : null}
-
+
- + Rate limits remaining @@ -433,7 +432,7 @@ export default function BranchToolbar({ ) : ( - + {environmentPresentation.shortLabel} diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index 1d9267a95..0ddaf0060 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -768,7 +768,7 @@ function ComposerControlSkeleton(props: { widthClassName: string }) {