Commit Graph

5 Commits

Author SHA1 Message Date
Jerald-Golden-B b26ebcc4cc refactor: Add distance display for aisles using Html component and Vector3 calculations 2025-05-30 17:54:23 +05:30
Jerald-Golden-B 63bb7c84aa refactor: Add point snapping functionality and enhance aisle management with new Point and Gizmo components 2025-05-30 14:33:55 +05:30
Jerald-Golden-B 0e0a53bd5a refactor: Enhance aisle management by adding selectedAisle state and click handling in aisle components 2025-05-30 12:19:07 +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 bb46eeb3cc feat: implement aisle management features with creator and instances 2025-05-27 18:11:26 +05:30