chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-05 23:07:02 +00:00
parent 1fd9c77744
commit 3e704d096f
3 changed files with 3 additions and 10 deletions

View File

@ -24,10 +24,7 @@ export function sessionHasOpenTab(tabs: Tab[], server: ServerConnection.Key, ses
const dirBase64 = base64Encode(session.directory)
return tabs.some(
(tab) =>
tab.type === "session" &&
tab.server === server &&
tab.dirBase64 === dirBase64 &&
tab.sessionId === session.id,
tab.type === "session" && tab.server === server && tab.dirBase64 === dirBase64 && tab.sessionId === session.id,
)
}

View File

@ -728,11 +728,7 @@ function HomeSessionLeading(props: {
style={{ right: "calc(100% + 12px)" }}
/>
</Show>
<HomeSessionAvatar
project={props.project}
session={props.session}
activeServer={props.activeServer}
/>
<HomeSessionAvatar project={props.project} session={props.session} activeServer={props.activeServer} />
</div>
)
}

View File

@ -282,4 +282,4 @@
--color-v2-state-bg-info: var(--v2-state-bg-info);
--color-v2-state-fg-info: var(--v2-state-fg-info);
--color-v2-state-border-info: var(--v2-state-border-info);
}
}