Refactor 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.

This commit is contained in:
2025-05-03 10:28:59 +05:30
parent 9233bb97c8
commit d29c4ce48a
4 changed files with 193 additions and 306 deletions

View File

@@ -40,7 +40,7 @@ type ProductsStore = {
updates: Partial<ConveyorPointSchema['action'] | VehiclePointSchema['action'] | RoboticArmPointSchema['actions'][0] | MachinePointSchema['action'] | StoragePointSchema['action']>
) => EventsSchema | undefined;
// Trigger-level actions
// Trigger-level actionss
addTrigger: (
productId: string,
actionUuid: string,