bdfe0900d1Refactor styles across components to utilize variable-based border-radius for consistency and improved maintainability. Added SkeletonUI component and corresponding styles for loading states.
Nalvazhuthi
2025-05-05 18:02:04 +0530
2a132b7f9fadded material types for vehicle ModelPoovizhi992025-05-05 15:29:37 +0530
b318ec041bUpdate userAuth styles: change button text color and adjust focus border color; refine policy text alignment and overlay positioning.Vishnu2025-05-05 14:53:11 +0530
8d5bfea561Merge pull request 'v2' (#78) from v2 into mainVishnu2025-05-05 09:21:24 +0000
dd402184e4Merge remote-tracking branch 'origin/v2' into simulation-agv-v2Poovizhi992025-05-05 14:28:48 +0530
7247443e38added rough material for agv vehiclePoovizhi992025-05-05 14:28:34 +0530
6b0ee0ae79Enhance material handling: add support for additional materials in conveyor and machine mechanics, update action types, and implement material model loading.Jerald-Golden-B2025-05-05 14:26:38 +0530
13af6c2c67Refactor conveyor mechanics and action handlers: update spawn count, interval, and delay handling; enhance material management in useMaterialStore; implement spawn action handler; unify action handling across various components.Jerald-Golden-B2025-05-03 18:36:30 +0530
907a257f2bMerge pull request 'v2-ui' (#75) from v2-ui into mainVishnu2025-05-03 12:47:10 +0000
ae9c2fda66refactor: Improve code readability and consistency in PointsCreator component; streamline JSX structure and enhance key usage in event mappingVishnu2025-05-03 18:16:31 +0530
e39da61ed8Merge remote-tracking branch 'origin/v2' into v2-uiVishnu2025-05-03 18:16:24 +0530
d551241ff0style: Update styles in analysis component for improved consistency and appearance; adjust colors, padding, and border-radiusVishnu2025-05-03 18:12:13 +0530
27817f00d4refactor: Update SVG attributes for consistency and improve styling in analysis icons; remove unused imports in ProductionCapacity component; enhance simulation player UI with custom slider wrapperVishnu2025-05-03 17:58:21 +0530
c1e5e25c54feat: Update throughput chart data and styling; hide axes and add background pattern
Nalvazhuthi
2025-05-03 17:57:57 +0530
aefa9ec2b2Fix SVG attribute casing in icons and update action handling in RoboticArmInstance for improved functionalityJerald-Golden-B2025-05-03 13:49:59 +0530
ed9d149072Enhance trigger handling in Trigger component: update addTrigger logic to include backend update and refresh triggers; improve default option handling in LabledDropdown for triggered points.Jerald-Golden-B2025-05-03 13:43:59 +0530
71fdb26e16Refactor trigger handling in Trigger component: update trigger selection logic and add memoization for performance; enhance renameTrigger function in useProductStore to return updated event.Jerald-Golden-B2025-05-03 13:23:01 +0530
649352b4b4Comment out mesh rendering in RoboticArmAnimator to disable visual representation of the armBot's position.Jerald-Golden-B2025-05-03 12:35:56 +0530
75699e7199Refactor multiple components: streamline action handling in ActionsList, RoboticArmMechanics, and Trigger; update vehicle and robotic arm data management in Products and Vehicles; unify action naming in loadInitialFloorItems, copyPasteControls, and duplicationControls; enhance ArmBotUI with selected event sphere integration.Jerald-Golden-B2025-05-03 12:25:10 +0530
2c37472928feat: Add dragging and rotating state management to simulation store
Nalvazhuthi
2025-05-03 11:20:31 +0530
b4e3d3ef73Refactor styles: update backdrop-filter values for improved UI consistency; clean up code formatting in various components.Vishnu2025-05-03 11:17:20 +0530
b4e4bf7fb3Refactor Simulations, RenameTooltip, EditWidgetOption, and RoboticArmAnimator components: streamline imports, enhance UI elements, and improve event handling logic.Vishnu2025-05-03 11:17:14 +0530
52c6017649Fix key prop in PointsCreator component: add unique key for nested point mapping to improve rendering performance.Jerald-Golden-B2025-05-03 10:48:39 +0530
6a79ef563cRefactor PointsCreator and RoboticArmInstance: remove unused hooks and streamline state management; update ArmBotUI to eliminate unnecessary imports.Vishnu2025-05-03 10:48:29 +0530
c198a90ac6Refactor PointsCreator and RoboticArmInstance: remove unused hooks and clean up code; comment out scene.add(helper) in IKInstance; streamline imports in ArmBotUI.Jerald-Golden-B2025-05-03 10:45:36 +0530
50171d851dMerge remote-tracking branch 'origin/v2' into v2-uiVishnu2025-05-03 10:41:51 +0530
1bfa004dc6Enhance UI components: add active state to ZoneItem, refactor EditWidgetOption and RealTimeVisualization styles, and implement RenameTooltip for dynamic renaming functionality.Vishnu2025-05-03 10:41:34 +0530
846350728fRemove unused armBots reference from ArmBotUI componentJerald-Golden-B2025-05-03 10:39:43 +0530
03fcc62238Refactor ArmBotUI: enhance action retrieval by using getActionByUuid; streamline state updates by removing unnecessary dependencies in useEffect.Jerald-Golden-B2025-05-03 10:39:12 +0530
d29c4ce48aRefactor Trigger component: remove console logs and clean up unused code in Trigger and RoboticArm components; update ArmBotUI to improve state management and backend integration; fix typo in useProductStore comments.Jerald-Golden-B2025-05-03 10:28:59 +0530
10a6060891Merge pull request 'v2' (#74) from v2 into mainVishnu2025-05-03 04:44:20 +0000
9233bb97c8Merge remote-tracking branch 'origin/simulation-agv-v2' into v2Jerald-Golden-B2025-05-03 10:12:02 +0530
8b0daa3305Merge remote-tracking branch 'origin/v2-ui' into v2Jerald-Golden-B2025-05-03 10:11:20 +0530
b8d24e2d32Merge remote-tracking branch 'origin/simulation-armbot-v2' into v2Jerald-Golden-B2025-05-03 10:10:11 +0530
94c306c813Refactor Trigger component usage in mechanics files: pass selectedPointData and type props for Machine, RoboticArm, StorageUnit, and Vehicle to enhance functionality and maintain consistency.Jerald-Golden-B2025-05-03 10:09:39 +0530
0e4005f31emultiple action state updatedGomathi2025-05-03 10:05:25 +0530
ac49f62bb0refactor: Remove unused analysis and ROISummary styles; consolidate simulation styles for improved organizationVishnu2025-05-03 09:45:29 +0530
70b48b39cfrefactor: Enhance LogList component layout and styles; improve footer and logs styles for better readability and responsivenessVishnu2025-05-02 19:09:05 +0530
fb0da32504Merge remote-tracking branch 'origin/v2' into v2-uiVishnu2025-05-02 18:52:30 +0530
78c228aba6refactor: Clean up LogList component by removing unused TickIcon; enhance footer and logs styles for better layout and readabilityVishnu2025-05-02 18:31:00 +0530
6a1bf7f769refactor: Update ROISummary component to use ArrowIcon for expand functionality; enhance styles in ROISummary, global, and analysis components for improved layout and responsivenessVishnu2025-05-02 18:16:22 +0530
52c6ab8a65added echo logs list
Nalvazhuthi
2025-05-02 18:06:29 +0530
8659f4be71added logs list
Nalvazhuthi
2025-05-02 17:58:28 +0530
44e3f5c207Refactor RealTimeVisualization component and handle widget drop functionalityVishnu2025-05-02 17:39:11 +0530
53055a0b82Merge branch 'v2' into simulation-armbot-v2Gomathi2025-05-02 17:38:13 +0530
d83b934e61armbot circular path updated and ui dynamic updationGomathi2025-05-02 17:35:52 +0530
439f917884Refactor Trigger component: pass selectedPointData and type props, enhance state management for triggers, and streamline rendering logic for better performance.Jerald-Golden-B2025-05-02 17:34:55 +0530
4b7a868d1aadded logs list
Nalvazhuthi
2025-05-02 17:14:36 +0530
db162c9ffarefactor: Update icon imports and improve UI components; enhance styles for better layout and responsiveness; modify event properties and simulation player functionalityVishnu2025-05-02 16:43:43 +0530
66b3d75500Refactor VehicleAnimator component: update agvDetail type to VehicleStatus, ensure objectRotation is defined before use, and adjust object rotation handling to utilize agvDetail's rotation values.Jerald-Golden-B2025-05-02 14:59:19 +0530
fb9e507f4fEnhance TriggerConnector and VehicleUI components: improve event handling by resetting firstSelectedPoint on invalid intersections, refine intersection checks, and streamline state updates in VehicleUI. Integrate backend updates for vehicle actions and ensure consistent rotation handling.Jerald-Golden-B2025-05-02 14:44:29 +0530
14e3a60db3Merge remote-tracking branch 'origin/v2' into simulation-agv-v2Poovizhi992025-05-02 14:05:31 +0530
ef2baacf55added snap function for ctrl and ctrl+shift keyPoovizhi992025-05-02 14:04:52 +0530
a3b48d12c1Refactor TriggerConnector to improve event handling: reset firstSelectedPoint on invalid intersections, update event model name, and ensure proper cleanup of state. Adjust event listener conditions for better performance.Jerald-Golden-B2025-05-02 13:40:00 +0530
01a03f5166Refactor action updates to include productId in updateAction calls across mechanics components; enhance event handling in product store and trigger management. Add clear functions for various stores to reset state. Update action and trigger management to prevent duplicates and ensure integrity. Adjust initial load actions to use consistent naming conventions.Jerald-Golden-B2025-05-02 13:13:41 +0530
34c30bb5a2Enhance Machine and Vehicle components: add current action management and update machine sample structureJerald-Golden-B2025-05-02 12:11:09 +0530