From 9865aca9fd3922f59ff44e9263ed96c8a1611794 Mon Sep 17 00:00:00 2001 From: Celal Zamanoglu <95054566+celalzamanoglu@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:14:25 +0300 Subject: [PATCH] search runs by wr_xxx - frontend (#4469) --- skyvern-frontend/src/routes/history/RunHistory.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/skyvern-frontend/src/routes/history/RunHistory.tsx b/skyvern-frontend/src/routes/history/RunHistory.tsx index db2b7650..a9548b71 100644 --- a/skyvern-frontend/src/routes/history/RunHistory.tsx +++ b/skyvern-frontend/src/routes/history/RunHistory.tsx @@ -48,6 +48,7 @@ import { TableSearchInput } from "@/components/TableSearchInput"; import { useKeywordSearch } from "@/routes/workflows/hooks/useKeywordSearch"; import { useParameterExpansion } from "@/routes/workflows/hooks/useParameterExpansion"; import { ParameterDisplayInline } from "@/routes/workflows/components/ParameterDisplayInline"; +import { HighlightText } from "@/routes/workflows/components/HighlightText"; function isTask(run: Task | WorkflowRunApiResponse): run is Task { return "task_id" in run; @@ -158,7 +159,7 @@ function RunHistory() { params.set("page", "1"); setSearchParams(params, { replace: true }); }} - placeholder="Search runs by parameter..." + placeholder="Search by run ID or parameter..." className="w-48 lg:w-72" /> - {run.workflow_run_id} +