diff --git a/web-ui/src/components/cases/agent-activity-feed.tsx b/web-ui/src/components/cases/agent-activity-feed.tsx index 43961da..a7ebe5d 100644 --- a/web-ui/src/components/cases/agent-activity-feed.tsx +++ b/web-ui/src/components/cases/agent-activity-feed.tsx @@ -5,6 +5,7 @@ import { Button } from "@/components/ui/button"; import { Textarea } from "@/components/ui/textarea"; import { Badge } from "@/components/ui/badge"; import { Markdown } from "@/components/ui/markdown"; +import { AgentStatusWidget } from "@/components/cases/agent-status-widget"; import { useAgentActivity, useSendComment, @@ -689,6 +690,7 @@ export function AgentActivityFeed({ const comments = data.comments ?? []; const interactions = data.interactions ?? []; + const pendingCount = interactions.filter((i) => i.status === "pending").length; // Unified, time-sorted feed: comments + interactions interleaved. type FeedItem = @@ -716,6 +718,19 @@ export function AgentActivityFeed({ return (
| File | -Size | -Date | +קובץ | +גודל | +תאריך |
|---|