From e33033ec12e4def7bc647f15cac9cb8b4458607f Mon Sep 17 00:00:00 2001 From: Richard Ward Date: Tue, 30 Dec 2025 18:21:09 +0000 Subject: [PATCH] code: tsx,nextjs,frontends (2 files) --- .../src/components/misc/github/views/RunList.tsx | 7 ++++--- .../components/misc/github/views/run-list/Table.tsx | 12 ++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frontends/nextjs/src/components/misc/github/views/RunList.tsx b/frontends/nextjs/src/components/misc/github/views/RunList.tsx index 7df2bb7ad..79808495d 100644 --- a/frontends/nextjs/src/components/misc/github/views/RunList.tsx +++ b/frontends/nextjs/src/components/misc/github/views/RunList.tsx @@ -28,13 +28,14 @@ export function RunList({ selectedRunId, }: RunListProps) { return ( - + 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 e8f50e389..8ac7c5254 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 @@ -37,14 +37,14 @@ export const RunTable = ({ } return ( - + Recent Workflow Runs - {isLoading && } + {isLoading && } Latest GitHub Actions runs with status and controls @@ -52,9 +52,9 @@ export const RunTable = ({ {isLoading && !runs && ( - - - + + + )} @@ -70,7 +70,7 @@ export const RunTable = ({ selectedRunId={selectedRunId} /> ))} - +