From 22bc53c11421a7f0309f7bcdb47e4cb63cfd7735 Mon Sep 17 00:00:00 2001 From: Richard Ward Date: Tue, 30 Dec 2025 12:49:08 +0000 Subject: [PATCH] code: tsx,nextjs,frontends (3 files) --- .../misc/github/views/run-list/RefreshControls.tsx | 4 ++-- .../src/components/misc/github/views/run-list/RunRow.tsx | 6 +++--- .../src/components/misc/github/views/run-list/Table.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontends/nextjs/src/components/misc/github/views/run-list/RefreshControls.tsx b/frontends/nextjs/src/components/misc/github/views/run-list/RefreshControls.tsx index df27823e2..9be8baa50 100644 --- a/frontends/nextjs/src/components/misc/github/views/run-list/RefreshControls.tsx +++ b/frontends/nextjs/src/components/misc/github/views/run-list/RefreshControls.tsx @@ -52,7 +52,7 @@ export const RefreshControls = ({ disabled={!runs || runs.length === 0} variant="outline" size="sm" - startIcon={} + startIcon={} > Download JSON @@ -61,7 +61,7 @@ export const RefreshControls = ({ onClick={onRefresh} disabled={isLoading} size="lg" - startIcon={} + startIcon={} > {isLoading ? 'Fetching...' : 'Refresh'} diff --git a/frontends/nextjs/src/components/misc/github/views/run-list/RunRow.tsx b/frontends/nextjs/src/components/misc/github/views/run-list/RunRow.tsx index c6438f352..a171e33f7 100644 --- a/frontends/nextjs/src/components/misc/github/views/run-list/RunRow.tsx +++ b/frontends/nextjs/src/components/misc/github/views/run-list/RunRow.tsx @@ -85,9 +85,9 @@ export const RunRow = ({ disabled={isSelectedRun} startIcon={ isSelectedRun ? ( - + ) : ( - + ) } > @@ -100,7 +100,7 @@ export const RunRow = ({ href={run.html_url} target="_blank" rel="noopener noreferrer" - endIcon={} + endIcon={} > View diff --git a/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx b/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx index cde8fa310..73286c40f 100644 --- a/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx +++ b/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx @@ -41,7 +41,7 @@ export const RunTable = ({ - + Recent Workflow Runs {isLoading && }