From 7c0b2ee420ceb7f23443aa0ea01f8a5a55fca951 Mon Sep 17 00:00:00 2001 From: Richard Ward Date: Tue, 30 Dec 2025 18:22:48 +0000 Subject: [PATCH] code: tsx,nextjs,frontends (2 files) --- .../misc/github/GitHubActionsFetcher.tsx | 6 ++--- .../misc/github/views/RunDetails.tsx | 23 +++++++++---------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/frontends/nextjs/src/components/misc/github/GitHubActionsFetcher.tsx b/frontends/nextjs/src/components/misc/github/GitHubActionsFetcher.tsx index d1875404d..3519442f6 100644 --- a/frontends/nextjs/src/components/misc/github/GitHubActionsFetcher.tsx +++ b/frontends/nextjs/src/components/misc/github/GitHubActionsFetcher.tsx @@ -45,7 +45,7 @@ export function GitHubActionsFetcher() { Analysis - + {runLogs && ( - + )} - + Workflow Logs {selectedRunId && ( - + Run #{selectedRunId} )} @@ -53,7 +53,7 @@ export function RunDetails({ {runJobs.length > 0 && ( Jobs Summary - + {runJobs.map(job => ( {job.name}: {job.conclusion || job.status} @@ -74,19 +74,18 @@ export function RunDetails({ )} - +