Commit Graph

198 Commits

Author SHA1 Message Date
Nalvazhuthi cc44826f66 updating progressbar 2025-04-29 10:34:21 +05:30
Vishnu cbb773b623 feat: Implement event properties management with action handling and UI components 2025-04-23 17:15:07 +05:30
Jerald-Golden-B 6363d5b9af feat: Implement Zustand stores for machine, simulation, storage unit, vehicle, and visualization management
- Added `useMachineStore` for managing machine statuses, including actions for adding, removing, and updating machines.
- Introduced `useSimulationStore` to handle product and event management with actions for adding, removing, and updating products and events.
- Created `useStorageUnitStore` for managing storage unit statuses, including load tracking and state updates.
- Developed `useVehicleStore` for vehicle management, including load and state updates.
- Implemented `useChartStore` for managing measurement data and visualization settings.
- Added `useDroppedObjectsStore` for handling dropped objects in visualization zones, including object manipulation actions.
- Created `useZone3DWidgetStore` for managing 3D widget data in zones, including position and rotation updates.
- Introduced `useZoneStore` for managing selected zone states and widget configurations.
2025-04-22 14:28:29 +05:30
Jerald-Golden-B 54cc3deb98 folder structure change 2025-04-21 11:53:42 +05:30
Jerald-Golden-B 1e901c327d Merge remote-tracking branch 'origin/rtViz' into simulation 2025-04-16 18:31:41 +05:30
gabriel 16cf1b96cc bug fix for data selection tab 2025-04-16 18:04:29 +05:30
Gomathi 318ac6d939 Merge branch 'main' into rtViz 2025-04-16 09:22:15 +05:30
Jerald-Golden-B fa6404d86c Merge branch 'realTimeVisulization' into simulation 2025-04-15 18:35:25 +05:30
Gomathi db9c9fb8b5 duplicate zone rename bug resolved 2025-04-15 18:28:37 +05:30
gabriel 109f88949c bug fix 2025-04-15 18:05:01 +05:30
Jerald-Golden-B 5cef9bdb8a Refactor simulation types and update imports
- Renamed simulation type imports from `simulation` to `simulationTypes` across multiple files for consistency.
- Consolidated simulation type definitions into a new `simulationTypes.d.ts` file.
- Updated relevant components (e.g., `ArmBot`, `IkInstances`, `PathConnector`, etc.) to use the new type definitions.
- Removed the old `simulation.d.ts` file to clean up the codebase.
- Adjusted function signatures and state management in components to align with the new type structure.
2025-04-15 14:15:39 +05:30
Nalvazhuthi 7b2d77e273 updated donut chart 2025-04-14 18:14:40 +05:30
Nalvazhuthi 5066638782 bug fix 2025-04-14 18:09:36 +05:30
Nalvazhuthi 4edb3cfd7d updated folder structure 2025-04-11 18:08:47 +05:30
Nalvazhuthi 87d73894fe template delete bug fix and floating display same icon for all floatin 2025-04-11 11:24:23 +05:30
Nalvazhuthi 312479eb1a merged to main 2025-04-11 09:08:21 +05:30
Nalvazhuthi f58754f1df merged to main 2025-04-10 18:15:59 +05:30
Nalvazhuthi 2ce930a6f5 Bug Fixes:
- Zone Selection Panel moves to the bottom when the bottom panel is hidden.
- Zone Selection Panel gets hidden by 3D widgets when switching zones.
- Template image not rendering on the Template page despite being saved.
2025-04-10 18:13:41 +05:30
Gomathi 0e9c9fbd3e Merge branch 'main' into rtViz 2025-04-10 18:13:14 +05:30
Gomathi 304b62466a updated dropped3dWidgets 2025-04-10 18:12:58 +05:30
Gomathi 1e22d82bff horizontal move updated based on zone points and bugs resolved 2025-04-10 17:53:28 +05:30
Vishnu de2bfc9149 refactor: Implement modifier key detection for keyboard shortcuts in various controls 2025-04-10 13:41:05 +05:30
Nalvazhuthi 5f0f5034de fixed widget size 2025-04-10 10:06:53 +05:30
Jerald-Golden-B 158cd2b1b8 Merge remote-tracking branch 'origin/ui' into simulation 2025-04-09 18:41:30 +05:30
Jerald-Golden-B a07bf917c5 Merge remote-tracking branch 'origin/rtViz' into simulation 2025-04-09 18:38:08 +05:30
Gomathi 8c95dd71eb Merge branch 'main' into rtViz 2025-04-09 18:36:51 +05:30
Gomathi 1c70ccd63a zone assets camera updation and rename.panel api added 2025-04-09 18:36:25 +05:30
Nalvazhuthi c953c71f3f merged to main 2025-04-09 18:08:23 +05:30
Nalvazhuthi ceecff851a Hidden panel zone based template Sc shot 2025-04-09 18:06:08 +05:30
Vishnu 03e9bcc740 feat: Add Shortcut Keys, activeSubTool state management and improve user avatar handling 2025-04-09 17:43:44 +05:30
Jerald-Golden-B d4e0358f4b fix: Update ZoneData interface and streamline loader function calls in loadInitialFloorItems 2025-04-09 10:59:43 +05:30
Nalvazhuthi 9903d6351a fixed display zones dispay cetner 2025-04-09 09:42:49 +05:30
Vishnu 937241d28b fix: Correct bottom width and height calculations in Panel component and styles 2025-04-09 09:31:22 +05:30
Jerald-Golden-B 715e551098 Merge remote-tracking branch 'origin/ui' into simulation 2025-04-08 18:36:41 +05:30
Jerald-Golden-B faaad2b222 fix: Correct casing of useSelectedFloorItem and setSelectedFloorItem in ZoneAssets component 2025-04-08 18:35:52 +05:30
Nalvazhuthi 5a5a582171 updated visualization panel ui and added outer click 2025-04-08 18:34:54 +05:30
Nalvazhuthi ed6edef24e updated visualization panel ui and added outer click 2025-04-08 18:34:21 +05:30
Jerald-Golden-B 123fe88c22 Merge remote-tracking branch 'origin/rtViz' into simulation 2025-04-08 18:32:48 +05:30
Gomathi d76d09019e zone based assets added and 3d widgets dnd updated 2025-04-08 18:14:59 +05:30
Jerald-Golden-B b5ba3a0ce1 Refactor event handling and state management for StaticMachine and ArmBot types
- Updated `loadInitialFloorItems.ts` to streamline event data processing for StaticMachine and ArmBot types.
- Enhanced `copyPasteControls.tsx` and `duplicationControls.tsx` to support StaticMachine and ArmBot event data creation with proper UUID generation.
- Modified `moveControls.tsx`, `rotateControls.tsx`, and `transformControls.tsx` to include event data in the state.
- Improved `pathConnector.tsx` to handle connections for StaticMachine and ArmBot types, including deletion functionality.
- Updated store management to rename `useDeleteModels` to `useDeleteTool` for clarity.
- Adjusted type definitions in `worldTypes.d.ts` to include StaticMachine and ArmBot event schemas.
2025-04-08 14:56:45 +05:30
Nalvazhuthi 61f73369d8 mergin main 2025-04-08 09:28:41 +05:30
Jerald-Golden-B bde1e6318c fix: Adjust panel size calculations and clean up realTimeViz styles 2025-04-07 18:37:17 +05:30
Jerald-Golden-B 1852a47775 fix: Clean up error handling and restore commented-out loading progress in Project component 2025-04-07 18:28:52 +05:30
Jerald-Golden-B 080c815ded Merge remote-tracking branch 'origin/ui' into simulation 2025-04-07 18:28:24 +05:30
Nalvazhuthi b24e4583d7 updated realTimeViz panel style 2025-04-07 18:27:01 +05:30
Jerald-Golden-B d8bf2ea956 Merge remote-tracking branch 'origin/ui' into simulation 2025-04-07 18:20:27 +05:30
Jerald-Golden-B 8d68f9046f Merge remote-tracking branch 'origin/rtViz' into simulation 2025-04-07 18:20:04 +05:30
Jerald-Golden-B 272317991a feat: Extend simulation state types to include ArmBot events and update related components
- Updated RotateControls and SelectionControls to handle ArmBot events in simulation states.
- Enhanced PathConnector to manage connections involving ArmBot and StaticMachine types.
- Added ArmBotMechanics and StaticMachineMechanics components for managing properties of ArmBot and StaticMachine.
- Modified types in worldTypes to include rotation for ArmBot and StaticMachine events.
- Updated store to accommodate new ArmBot event types in simulation states.
2025-04-07 18:16:34 +05:30
Nalvazhuthi e23b580a14 updated realTimeViz panel style 2025-04-07 18:01:48 +05:30
Gomathi cf5faad3d7 updated 3d widget data 2025-04-07 18:00:43 +05:30