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
1ad0243204a9741ac21ed8f1b5144a72135d57cb
Dwinzo_dev/app/src/modules/simulation/simulator/simulator.tsx

18 lines
339 B
TypeScript
Raw Normal View History

feat: Add AddOrRemoveEventsInProducts component for event management in products; refactor TriggerConnector and update PointsCreator to improve event handling and mesh identification
2025-04-25 19:31:56 +05:30
import { useEffect } from 'react'
import { useProductStore } from '../../../store/simulation/useProductStore'
feat: Add Simulator component to simulation and enable event logging
2025-04-23 18:25:49 +05:30
function Simulator() {
feat: Add AddOrRemoveEventsInProducts component for event management in products; refactor TriggerConnector and update PointsCreator to improve event handling and mesh identification
2025-04-25 19:31:56 +05:30
const { products } = useProductStore();
useEffect(() => {
// console.log('products: ', products);
}, [products])
feat: Add Simulator component to simulation and enable event logging
2025-04-23 18:25:49 +05:30
return (
<>
feat: Add AddOrRemoveEventsInProducts component for event management in products; refactor TriggerConnector and update PointsCreator to improve event handling and mesh identification
2025-04-25 19:31:56 +05:30
feat: Add Simulator component to simulation and enable event logging
2025-04-23 18:25:49 +05:30
</>
)
}
export default Simulator
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 1283ms 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