From a598d6c15f0b6f0fdb19ed6d99685d7c2c5ddafa Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 6 Jul 2025 22:05:01 +0200 Subject: [PATCH] Move the BOM import/export to below the edit buttons --- src/components/JobCard.tsx | 84 +++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 41 deletions(-) diff --git a/src/components/JobCard.tsx b/src/components/JobCard.tsx index 0b865af..832293c 100644 --- a/src/components/JobCard.tsx +++ b/src/components/JobCard.tsx @@ -214,31 +214,6 @@ const JobCard: React.FC = ({ {job.status} -
- - -

Quantity: {job.outputQuantity.toLocaleString()} @@ -272,22 +247,49 @@ const JobCard: React.FC = ({

-
- - +
+
+ + +
+
+ + +