diff --git a/web/src/components/SessionRowSummary.tsx b/web/src/components/SessionRowSummary.tsx index 827786e9..df94b8bd 100644 --- a/web/src/components/SessionRowSummary.tsx +++ b/web/src/components/SessionRowSummary.tsx @@ -150,10 +150,13 @@ export function SessionRowSummary(props: { return (
-
+
-
+
{sessionName}
{s.active && s.thinking ? ( @@ -194,20 +197,20 @@ export function SessionRowSummary(props: { ) : null}
-
+
{todoProgress ? ( - + {todoProgress.completed}/{todoProgress.total} ) : null} {!attention && s.pendingRequestsCount > 0 ? ( - + {t('session.item.pending')} {s.pendingRequestsCount} ) : null} {timeLabel ? ( - {timeLabel} + {timeLabel} ) : null}