From a02ff309709c1a583b8df418dbb8dd866c7b5d27 Mon Sep 17 00:00:00 2001 From: Diego Imbert Date: Mon, 3 Aug 2026 17:24:00 +0200 Subject: [PATCH] fix(frontend): show wall-clock execution time for workflow-as-code jobs --- frontend/src/lib/components/JobStatus.svelte | 8 +-- .../src/lib/components/jobs/JobPreview.svelte | 6 ++- .../components/runs/JobDetailFieldConfig.ts | 6 +-- frontend/src/lib/utils.test.ts | 51 ++++++++++++++++++- frontend/src/lib/utils.ts | 41 +++++++++++++++ 5 files changed, 102 insertions(+), 10 deletions(-) diff --git a/frontend/src/lib/components/JobStatus.svelte b/frontend/src/lib/components/JobStatus.svelte index 7945081482..020fd4ab39 100644 --- a/frontend/src/lib/components/JobStatus.svelte +++ b/frontend/src/lib/components/JobStatus.svelte @@ -1,5 +1,5 @@