Logo
Explore Help
Sign In
Dwinzo-Beta/Dwinzo_dev
4
0
Fork 3
You've already forked Dwinzo_dev
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
d161b70537456c325a6a8515d276688f8bfe8631
Dwinzo_dev/app/src/modules/simulation/vehicle/instances/vehicleInstances.tsx

14 lines
224 B
TypeScript
Raw Normal View History

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
import React from 'react'
import VehicleInstance from './instance/vehicleInstance'
function VehicleInstances() {
return (
<>
<VehicleInstance />
</>
)
}
export default VehicleInstances
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 2515ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API