From 3fcc8bf98832f4c90d09df5d2b3fa1c5741cad38 Mon Sep 17 00:00:00 2001 From: Jake Kasper Date: Tue, 2 Sep 2025 13:08:38 -0500 Subject: [PATCH] mowing --- frontend/src/components/Maps/PropertyMap.js | 8 ++++---- frontend/src/components/Mowing/MowingExecutionModal.js | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/Maps/PropertyMap.js b/frontend/src/components/Maps/PropertyMap.js index 081df01..f7d3565 100644 --- a/frontend/src/components/Maps/PropertyMap.js +++ b/frontend/src/components/Maps/PropertyMap.js @@ -533,8 +533,8 @@ const PropertyMap = ({ }); return ( <> - -
Direction: Circular
+ +
Direction: Circular
); } @@ -570,9 +570,9 @@ const PropertyMap = ({ return ( <> {parallelLines.map((line, idx) => ( - + ))} -
Direction: {directionLabelMap[(direction || '').toUpperCase()] || direction}
+
Direction: {directionLabelMap[(direction || '').toUpperCase()] || direction}
); })()} diff --git a/frontend/src/components/Mowing/MowingExecutionModal.js b/frontend/src/components/Mowing/MowingExecutionModal.js index 1e66cb0..9759f97 100644 --- a/frontend/src/components/Mowing/MowingExecutionModal.js +++ b/frontend/src/components/Mowing/MowingExecutionModal.js @@ -151,12 +151,14 @@ const MowingExecutionModal = ({ plan, onClose, onComplete }) => {

Execute Mowing

-
+
Property: {plan.property_name}
Areas: {plan.section_names}
Mower: {plan.equipment_name}
Cut Height: {plan.cut_height_inches}"
+
Direction: {plan.direction}
+
Tip: Follow the dashed purple guideline on the map.
{ gpsTrack={gpsTrack} currentLocation={currentLocation} center={center || [39.8283, -98.5795]} - zoom={center ? 16 : 15} + zoom={center ? 19 : 15} direction={plan.direction} className="h-80 w-full" />