From f22d2d9ccc19103a46785b2eac06b744cf0ab121 Mon Sep 17 00:00:00 2001 From: i-trytoohard Date: Mon, 13 Apr 2026 23:40:41 +0530 Subject: [PATCH] fix(web): terminal button deep-links to terminal section (#1218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously both the 'terminal' button and 'View current context →' link on the kanban card navigated to the same session detail page without distinction. The terminal button now links to #session-terminal-section anchor, which already exists in SessionDetail.tsx. Fixes #1217 Co-authored-by: AO Bot --- packages/web/src/components/SessionCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/components/SessionCard.tsx b/packages/web/src/components/SessionCard.tsx index c21003ff6..dface1c17 100644 --- a/packages/web/src/components/SessionCard.tsx +++ b/packages/web/src/components/SessionCard.tsx @@ -469,7 +469,7 @@ function SessionCardView({ session, onSend, onKill, onMerge, onRestore }: Sessio )} {!isTerminal && ( e.stopPropagation()} className="session-card__control session-card__terminal-link" >