From b303d12cb18b437f18b9ca7af203efb0ad7e026c Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:26:37 +0000 Subject: [PATCH] Fix: Job card visual improvements - Aligned job status with the edit button in JobCard. - Standardized the appearance of import/export buttons. --- src/components/JobCard.tsx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/components/JobCard.tsx b/src/components/JobCard.tsx index fbc29ad..01e3839 100644 --- a/src/components/JobCard.tsx +++ b/src/components/JobCard.tsx @@ -220,14 +220,7 @@ const JobCard: React.FC = ({
-
- {job.outputItem} -
- - {job.status} - -
-
+ {job.outputItem}

Quantity: {job.outputQuantity.toLocaleString()} @@ -261,7 +254,10 @@ const JobCard: React.FC = ({

-
+
+ + {job.status} +