refactor: replace Activity icons with Workflow icons across various components for consistency

This commit is contained in:
Anish Sarkar 2026-05-15 00:47:21 +05:30
parent 3846056bc7
commit 56239548c8
6 changed files with 14 additions and 19 deletions

View file

@ -17,7 +17,6 @@ import {
} from "@tanstack/react-table";
import { useAtomValue } from "jotai";
import {
Activity,
AlertCircle,
AlertTriangle,
Bug,
@ -38,6 +37,7 @@ import {
RefreshCw,
Terminal,
Trash,
Workflow,
X,
Zap,
} from "lucide-react";
@ -133,7 +133,6 @@ const logStatusConfig = {
function MessageDetails({
message,
taskName,
metadata,
createdAt,
children,
}: {
@ -623,7 +622,7 @@ function LogsSummaryDashboard({
<Card>
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
<CardTitle className="text-sm font-medium">{t("total_logs")}</CardTitle>
<Activity className="h-4 w-4 text-muted-foreground" />
<Workflow className="h-4 w-4 text-muted-foreground" />
</CardHeader>
<CardContent>
<div className="text-2xl font-bold">{summary.total_logs}</div>