Dwinzo_dev/app/src
Jerald-Golden-B a704be77d3 Refactor VehicleMechanics component for improved state management and event handling
- Simplified state initialization and effect hooks for better readability.
- Enhanced event handling functions for speed, action type, and action renaming.
- Updated current values retrieval logic to utilize getEventByModelUuid.
- Cleaned up JSX structure for better maintainability.

Update addAssetModel to remove unnecessary console log

- Removed debug logging for roboticArmEvent in addAssetModel.

Enhance copyPasteControls and duplicationControls with event handling

- Integrated useEventsStore to manage events during copy and paste operations.
- Updated event data structure for Conveyor, Vehicle, ArmBot, and StaticMachine types.
- Ensured proper UUID generation for new events and actions.

Refactor PointsCreator to ensure event sphere clearing

- Re-enabled clearSelectedEventSphere on pointer miss events for better UX.

Add logging in Products component for debugging

- Added console log to inspect data fetched from getAllProductsApi.

Update useProductStore to return updated events after modifications

- Modified updateEvent, addAction, removeAction, updateAction, and renameAction to return updated event data.
- Ensured consistency in event handling across the product store.
2025-04-30 15:58:23 +05:30
..
assets added ui for changing position of vehicles pickup-point and unloadPoint 2025-04-30 09:15:21 +05:30
components Refactor VehicleMechanics component for improved state management and event handling 2025-04-30 15:58:23 +05:30
functions feat: Implement collaboration features including user following and avatar management 2025-04-29 12:50:14 +05:30
hooks
modules Refactor VehicleMechanics component for improved state management and event handling 2025-04-30 15:58:23 +05:30
pages fix: Update loading progress condition in Project component and correct border-radius in sidebar styles 2025-04-29 18:41:31 +05:30
services Refactor model identifier naming conventions from 'modeluuid' and 'modelname' to 'modelUuid' and 'modelName' across multiple modules for consistency and clarity. Update related API calls and local storage handling to reflect these changes. Remove unused deleteProductDataApi service and implement deleteProductApi service for product data deletion. Introduce steeringAngle property in vehicle configurations. 2025-04-30 11:46:20 +05:30
store Refactor VehicleMechanics component for improved state management and event handling 2025-04-30 15:58:23 +05:30
styles fix: Update loading progress condition in Project component and correct border-radius in sidebar styles 2025-04-29 18:41:31 +05:30
types Merge branch 'main' into v2 2025-04-30 12:01:39 +05:30
utils Merge branch 'main' into v2 2025-04-30 12:01:39 +05:30
app.test.tsx
app.tsx
index.css
index.tsx
logo.svg
reactAppEnv.d.ts
reportWebVitals.ts
setupTests.ts