Commit Graph

987 Commits

Author SHA1 Message Date
Vishnu d30668e723 Update StorageActionProps to make max optional; adjust MaterialAnimator padding for improved layout consistency. 2025-05-10 19:05:06 +05:30
Vishnu 5369a97105 Remove filtering of line features based on coordinate length before polygonization 2025-05-10 18:33:43 +05:30
Vishnu 35ae88924d Merge remote-tracking branch 'origin/v2' into v2-ui 2025-05-10 18:12:44 +05:30
Vishnu 87d1c4ae12 Refactor distance finding controls and move controls for improved functionality and performance
- Updated `getRoomsFromLines.ts` to filter valid line features before polygonization.
- Enhanced `distanceFindingControls.tsx` to streamline measurement line updates and improve text label rendering.
- Refactored `moveControls.tsx` to optimize event handling and asset movement logic, ensuring smoother interactions.
- Adjusted `selectionControls.tsx` to safely parse stored floor items from local storage.
- Commented out unused imports in `roboticArmInstances.tsx` for cleaner code.
- Modified `polygonGenerator.tsx` to ensure only valid line features are processed for polygon generation.
2025-05-10 18:12:04 +05:30
Jerald-Golden-B c7f0b7f84d Refactor drag control management: conditionally enable drag controls based on tool mode and ensure proper cleanup on unmount. 2025-05-10 17:56:02 +05:30
Jerald-Golden-B c0a7eebecb Enhance vehicle handling: add picking state management, update action handling in VehicleInstance, and refine useVehicleStore for improved vehicle interactions. 2025-05-10 17:19:43 +05:30
Vishnu 32b3247765 Merge remote-tracking branch 'origin/simulation-agv-v2' into v2-ui 2025-05-10 16:42:56 +05:30
Poovizhi99 1d35fbe055 Merge remote-tracking branch 'origin/v2-ui' into simulation-agv-v2 2025-05-10 16:42:52 +05:30
Poovizhi99 2debef7305 update 2025-05-10 16:39:19 +05:30
Jerald-Golden-B e16a0a6d8b Merge remote-tracking branch 'origin/v2-ui' into v2 2025-05-10 16:27:15 +05:30
Jerald-Golden-B 9746cfdf80 Implement storage retrieval functionality: add useRetrieveHandler, update action handling in StorageMechanics, and modify related components for improved material management. 2025-05-10 16:26:54 +05:30
Vishnu 07ce17fe84 Refactor event properties actions and mechanics
- Updated PickAndPlaceAction to include a clearPoints function and modified the UI to add a reset button.
- Enhanced TravelAction to incorporate clearPoints functionality and adjusted the UI accordingly.
- Refactored RoboticArmMechanics to integrate clearPoints handling and improved action management.
- Modified VehicleMechanics to support clearPoints functionality and refined action handling.
- Updated EyeDropInput to streamline the input process and removed unnecessary dropdowns.
- Enhanced ArmBotUI and VehicleUI to utilize new state management for arm and vehicle actions.
2025-05-10 15:58:03 +05:30
Vishnu db7800367d Refactor AssetDetailsCard and MaterialAnimator: improve progress calculation and enhance group positioning syntax 2025-05-10 14:18:07 +05:30
Vishnu c1d425b91d Refactor sidebar styles: adjust margins, padding, and max-height for improved layout and responsiveness 2025-05-10 14:05:25 +05:30
Jerald-Golden-B bf6e95b7f2 Merge remote-tracking branch 'origin/v2-ui' into v2 2025-05-10 13:51:02 +05:30
Jerald-Golden-B a37faf7adb Enhance RoboticArmInstance and useTriggerHandler: add action handling for pickup and drop triggers, improve event retrieval with getEventByActionUuid, and streamline material location management in storage units. 2025-05-10 13:50:36 +05:30
Vishnu 7f376d4411 Merge remote-tracking branch 'origin/v2' into v2-ui 2025-05-10 13:29:09 +05:30
Vishnu 8f32010b4e Add StorageCapacityIcon and integrate into AssetDetailsCard; update styles for improved layout and visibility 2025-05-10 13:29:07 +05:30
Jerald-Golden-B f2a2811af7 Merge remote-tracking branch 'origin/v2-ui' into v2 2025-05-10 12:33:16 +05:30
Vishnu 4e0cc7f39d Refactor MaterialAnimator: optimize material positioning logic, streamline grid generation, and enhance layout calculations for improved visual representation. 2025-05-10 12:26:50 +05:30
Jerald-Golden-B 3703dc629d Refactor material handling: update loadCapacity to 1 in multiple components, enhance storage unit actions, and implement new store handler logic for improved material management 2025-05-10 12:24:29 +05:30
Vishnu 226f6d7b29 Enhance storage unit functionality: refactor StorageUnitInstance to use Readonly props, implement MaterialAnimator for dynamic material handling, and add StorageContentUi for displaying asset details. 2025-05-10 11:01:05 +05:30
Jerald-Golden-B cf513d3ba6 Refactor StorageUnitStore: rename updateStorageUnitLoad to updateCurrentLoad and update related usages; enhance Products and StorageMechanics components to handle material management more effectively 2025-05-10 09:34:01 +05:30
Jerald-Golden-B 11fc5c2dbf Enhance StorageMechanics: improve material handling in spawn mode, update capacity change logic, and streamline material creation 2025-05-09 23:32:15 +05:30
jeraldGolden 42d465a977 Refactor StorageAction and StorageMechanics: add currentMaterialType prop, enhance material type handling, and improve capacity change logic 2025-05-09 23:15:48 +05:30
v2constructionss 45a10b8673 Enhance storage unit functionality: update StorageAction component, integrate material handling in storage mechanics, and improve state management in vehicle and storage unit stores. 2025-05-09 22:50:47 +05:30
Jerald-Golden-B 75aa0c3d26 Add storage event handling and extend actionType in simulation types 2025-05-09 19:42:08 +05:30
Poovizhi99 21b6e1108b finding distance for wall and model 2025-05-09 19:23:08 +05:30
Jerald-Golden-B 82d3a696d1 Fix typo in MaterialSchema: corrected 'stri9ng' to 'string' for materialName property 2025-05-09 18:58:47 +05:30
Jerald-Golden-B 6a51dbde1d Merge remote-tracking branch 'origin/v2-ui' into v2 2025-05-09 18:50:23 +05:30
Jerald-Golden-B cc6d2b6982 Update useEffect dependencies to include products for accurate process state management 2025-05-09 18:50:05 +05:30
Vishnu 183c945ab4 Merge remote-tracking branch 'origin/v2' into v2-ui 2025-05-09 18:49:47 +05:30
Vishnu c0c5ac680c Enhance FileMenu component: load project name from localStorage and allow renaming, update sidebar styles with border-radius and background color adjustments. 2025-05-09 18:49:34 +05:30
Jerald-Golden-B c42aa98b17 Refactor simulation components: update event handling, enhance execution sequence determination, and improve state management. 2025-05-09 18:48:24 +05:30
Vishnu 71eb7e32af Update UI components: rename header in Simulations, adjust time range in ThroughputSummary, modify ROI data defaults, and enhance sidebar styles. 2025-05-09 17:43:08 +05:30
Vishnu d64ef266d5 Merge remote-tracking branch 'origin/v2' into v2-ui 2025-05-09 17:00:50 +05:30
Jerald-Golden-B 111b835f78 Merge remote-tracking branch 'origin/v2-ui' into v2 2025-05-09 16:56:29 +05:30
Jerald-Golden-B faee5f6090 Hide mesh visibility for custom curve points when playing animation 2025-05-09 16:56:06 +05:30
Jerald-Golden-B ba7948ec53 Enhance machine and robotic arm interactions: update action handling, integrate material management, and improve state management across components. 2025-05-09 16:55:23 +05:30
Vishnu a477e0c48f Refactor and enhance zone and wall item management:
- Update zone handling in ZoneGroup to include selected zone visibility.
- Improve camera transition speed in ZoneCentreTarget.
- Add clearSelectedZone functionality in useZoneStore.
- Integrate clearSelectedZone in KeyPressListener for ESCAPE key action.
- Adjust sidebar and module toggle positioning for better UI layout.
- Clean up unused code and comments in Project component.
2025-05-09 14:54:45 +05:30
Vishnu 6026d0bc10 Merge remote-tracking branch 'origin/v2' into v2-ui 2025-05-09 13:49:15 +05:30
Vishnu a8c863b517 Merge remote-tracking branch 'origin/main' into v2-ui 2025-05-09 13:49:03 +05:30
Vishnu ffb65b3369 Refactor MachineInstances component: enhance rendering logic by adding MachineContentUi and improving structure; create MachineContentUi component for better separation of concerns. 2025-05-09 13:48:39 +05:30
Poovizhi99 35c21c60b2 update state for throughput analysis 2025-05-09 13:09:45 +05:30
Jerald-Golden-B bce570baac Merge branch 'main' into v2 2025-05-09 12:49:51 +05:30
Jerald-Golden-B 25697f99a3 Enhance action handling: integrate useSelectedAction hook across mechanics components; update action state management for improved clarity and functionality. 2025-05-09 12:40:59 +05:30
Poovizhi99 35496f5571 2025-05-09 11:34:50 +05:30
Gomathi cf66fbf20d Implement machine count and uptime state management; refactor throughput calculations and logging in simulation components 2025-05-09 11:27:08 +05:30
Vishnu dd5f7faf34 Merge remote-tracking branch 'origin/v2' into v2-ui 2025-05-09 11:02:42 +05:30
Jerald-Golden-B 816196db1e Refactor tool and builder modules: remove unused movePoint state and related logic; enhance clarity in tool handling and state management. 2025-05-09 10:46:18 +05:30