From 7a86a8e64bf6d7e8a49139050d5bb4778575984f Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Sun, 29 Mar 2026 17:54:22 +0200 Subject: [PATCH] Reposition granular sync buttons to the left of the values in Dimensions view --- src/components/DimensionsView.tsx | 66 +++++++++++++++++-------------- 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/src/components/DimensionsView.tsx b/src/components/DimensionsView.tsx index eaa7657..1f3446b 100644 --- a/src/components/DimensionsView.tsx +++ b/src/components/DimensionsView.tsx @@ -278,46 +278,52 @@ export function DimensionsView({ data, headers, onEdit, onSaveRow, onCaptureStat {row[COLUMNS.INNER_L] || '-'} × {row[COLUMNS.INNER_W] || '-'} × {row[COLUMNS.INNER_H] || '-'} - {row[COLUMNS.OUTER_L] || '-'} × {row[COLUMNS.OUTER_W] || '-'} × {row[COLUMNS.OUTER_H] || '-'} - +
+ + {row[COLUMNS.OUTER_L] || '-'} × {row[COLUMNS.OUTER_W] || '-'} × {row[COLUMNS.OUTER_H] || '-'} +
- {row[COLUMNS.UNITS_OUTER] || '-'} - +
+ + {row[COLUMNS.UNITS_OUTER] || '-'} +
- {row[COLUMNS.MOQ] || '-'} - +
+ + {row[COLUMNS.MOQ] || '-'} +