From 638b7e07bb54ffc58ea608af8357096cb8ba8fcc Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Wed, 13 May 2026 18:35:18 -0700 Subject: [PATCH] Rename Activity tab to Agent View (#1773) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rename Activity tab label to Agent View Renames the user-visible tab label from 'Activity' to 'Agent View' in the sidebar nav and the activity-page titlebar (plus matching tooltip and aria-label). Internal view ID, store slice names, and component filenames remain 'activity' to avoid behavioral risk — this is a pure copy change. * rename activity view labels to agents --------- Co-authored-by: Jinjing <6427696+AmethystLiang@users.noreply.github.com> --- .../src/components/activity/ActivityTitlebarControls.tsx | 6 +++--- src/renderer/src/components/sidebar/SidebarNav.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/renderer/src/components/activity/ActivityTitlebarControls.tsx b/src/renderer/src/components/activity/ActivityTitlebarControls.tsx index fe3f3ef24ec..6fd95fdec5e 100644 --- a/src/renderer/src/components/activity/ActivityTitlebarControls.tsx +++ b/src/renderer/src/components/activity/ActivityTitlebarControls.tsx @@ -58,17 +58,17 @@ export function ActivityTitlebarControls(): React.JSX.Element { variant="ghost" size="icon-xs" onClick={closeActivityPage} - aria-label="Close activity" + aria-label="Close agents" > - Close activity + Close agents - Activity + agents {unreadCount} unread diff --git a/src/renderer/src/components/sidebar/SidebarNav.tsx b/src/renderer/src/components/sidebar/SidebarNav.tsx index 01f68d7bb79..9f2ec928edc 100644 --- a/src/renderer/src/components/sidebar/SidebarNav.tsx +++ b/src/renderer/src/components/sidebar/SidebarNav.tsx @@ -153,7 +153,7 @@ const SidebarNav = React.memo(function SidebarNav() { className={cn('size-4 shrink-0', !activityActive && 'text-sidebar-foreground/30')} strokeWidth={activityActive ? 2.25 : 1.75} /> - Activity + Agents {activityUnreadCount > 0 ? ( {activityUnreadCount}