diff --git a/frontend/src/components/assistant/ActionCardGroup.tsx b/frontend/src/components/assistant/ActionCardGroup.tsx index 3af0619c..bf8dae4d 100644 --- a/frontend/src/components/assistant/ActionCardGroup.tsx +++ b/frontend/src/components/assistant/ActionCardGroup.tsx @@ -74,7 +74,7 @@ export function ActionCardGroup({ actions, onSubmit, disabled, stale }: ActionCa onClick={() => setExpanded(true)} className="w-full rounded-lg border border-default/50 bg-elevated/20 p-2.5 flex items-center justify-between text-left hover:bg-elevated/40 transition-colors group" > -
+
{pendingCount} diagnostic check{pendingCount !== 1 ? 's' : ''} — not completed
@@ -95,7 +95,7 @@ export function ActionCardGroup({ actions, onSubmit, disabled, stale }: ActionCa
{responses.map((r, i) => ( -
+
{r.state === 'done' ? ( ) : ( @@ -118,7 +118,7 @@ export function ActionCardGroup({ actions, onSubmit, disabled, stale }: ActionCa
{/* Command with copy button */} {action.command && response.state !== 'skipped' && (
- + {action.command} @@ -282,7 +282,7 @@ export function ActionCardGroup({ actions, onSubmit, disabled, stale }: ActionCa {submitError && ( -
+
Failed to send
@@ -203,7 +203,7 @@ function ChatItem({
{confirming ? (
- Delete? + Delete?