From 9accf79d833f4aeaca2061422bbbc0d920ca70e7 Mon Sep 17 00:00:00 2001 From: "hermes-seaeye[bot]" <307254004+hermes-seaeye[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 08:19:58 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge (#74702) Co-authored-by: github-actions[bot] --- apps/desktop/src/components/assistant-ui/thread/list.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/desktop/src/components/assistant-ui/thread/list.tsx b/apps/desktop/src/components/assistant-ui/thread/list.tsx index ba4b7964152..a9aff632e81 100644 --- a/apps/desktop/src/components/assistant-ui/thread/list.tsx +++ b/apps/desktop/src/components/assistant-ui/thread/list.tsx @@ -325,6 +325,7 @@ const ThreadMessageListInner: FC = ({ const hiddenCount = firstVisibleGroupIndex(weightedGroups, renderBudget) const visibleGroups = hiddenCount > 0 ? groups.slice(hiddenCount) : groups + // Where the always-rendered live tail begins. Derived from the WEIGHTED // groups (parts, not turns) so the tail is a viewport's worth of content — // see liveTailStart. Computed once here rather than per row. @@ -332,6 +333,7 @@ const ThreadMessageListInner: FC = ({ () => liveTailStart(hiddenCount > 0 ? weightedGroups.slice(hiddenCount) : weightedGroups), [weightedGroups, hiddenCount] ) + // Secondary windows (new-session scratch, subagent watch, cmd-click pop-out) // hide the titlebar tool cluster + session header, but the OS traffic lights // still sit in the top-left, so reserve the titlebar gap above the transcript.