From 97cab2c30be97278da1a74e20346ca4dd12b16ca Mon Sep 17 00:00:00 2001 From: chihlasm Date: Sun, 15 Mar 2026 20:29:45 -0400 Subject: [PATCH] fix: rename 'In Session' to 'Total Time' for clarity Makes it clear the timer is an aggregate of all sessions today, not just the current one. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/sidebar/SidebarStatsBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/sidebar/SidebarStatsBar.tsx b/frontend/src/components/sidebar/SidebarStatsBar.tsx index eb54d92c..423a1b79 100644 --- a/frontend/src/components/sidebar/SidebarStatsBar.tsx +++ b/frontend/src/components/sidebar/SidebarStatsBar.tsx @@ -80,12 +80,12 @@ export function SidebarStatsBar({ resolved, active, completedMinutes, activeSess
{formatDuration(totalSeconds)}
- In Session + Total Time