Commit Graph

7 Commits

Author SHA1 Message Date
Jerald-Golden-B 84d1022432 refactor: Update color uniform naming across multiple components for consistency 2025-05-30 11:34:57 +05:30
Jerald-Golden-B 16e3f51448 refactor: Introduce Point and ReferencePoint components for better point management in AisleCreator 2025-05-29 18:17:24 +05:30
Jerald-Golden-B 9875239d54 Refactor aisle properties and types in builder store
- Updated AisleProperties component to include new properties for dashed, dotted, and arrows aisles.
- Added new handlers for dash length, gap length, dot radius, and aisle length changes.
- Enhanced aisle type management in AisleCreator to handle new aisle types and their properties.
- Introduced type-specific setters in useAisleStore for better aisle property management.
- Updated builderTypes to define specific interfaces for each aisle type.
- Improved rendering logic for advanced properties based on selected aisle type.
2025-05-29 16:37:25 +05:30
Jerald-Golden-B d30ae34426 refactor: Add ArrowsAisle component and update aisle properties for improved functionality 2025-05-29 14:39:19 +05:30
Jerald-Golden-B 5e58606f8f Refactor store creation for Conveyor, Machine, Storage Unit, and Vehicle
- Changed the store creation functions to `createConveyorStore`, `createMachineStore`, `createStorageUnitStore`, and `createVehicleStore` for better clarity and consistency.
- Updated the internal state management methods to maintain functionality while improving readability.
- Ensured that all stores now return their respective types for better type safety.
2025-05-28 16:24:08 +05:30
Jerald-Golden-B cb414f2824 feat: enhance aisle management with new properties and types 2025-05-28 10:44:19 +05:30
Jerald-Golden-B bb46eeb3cc feat: implement aisle management features with creator and instances 2025-05-27 18:11:26 +05:30