Nalvazhuthi
bbf0a6d86a
fix: update initial state of CommentThreads to collapsed and refine styles for better visibility
2025-05-22 16:10:19 +05:30
Nalvazhuthi
b5edb3f572
Merge branch 'v2-ui' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into v2-ui
2025-05-22 16:10:03 +05:30
Nalvazhuthi
5f9207a0fe
Enhance Visualization and Design components: add 'Design' option to ToggleHeader, improve state handling, and update styles for better consistency
2025-05-22 15:08:52 +05:30
Vishnu
ddbacf0353
feat: implement CommentThreads component with styling and interaction logic
2025-05-22 15:07:09 +05:30
Vishnu
43f02efe9c
feat: update KeyPressListener to hide log list on module switch
2025-05-21 18:00:52 +05:30
Vishnu
369fad07e2
feat: enhance shortcut helper with new shortcuts and icons for better navigation
2025-05-21 17:59:55 +05:30
Vishnu
33499c66af
Merge remote-tracking branch 'origin/v2' into v2-ui
2025-05-21 17:50:47 +05:30
Vishnu
bd31259aac
Merge remote-tracking branch 'origin/main' into v2-ui
2025-05-21 17:50:33 +05:30
Vishnu
fb63519853
refactor: replace local state with usePlayerStore for hidePlayer in ControlsPlayer, SimulationPlayer, and KeyPressListener
2025-05-21 17:50:15 +05:30
Vishnu
69a7f28d71
refactor: update import statements for useToggleStore to named import
2025-05-21 17:42:40 +05:30
Jerald-Golden-B
70136fd7d3
Add useThree hook and update visibility logic for target mesh in RoboticArmInstance
2025-05-21 17:38:42 +05:30
Vishnu
d628567eea
Merge pull request 'v2' ( #92 ) from v2 into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/92
2025-05-21 12:01:31 +00:00
Jerald-Golden-B
1d57be8d19
Refactor component imports and state management for clarity and efficiency
2025-05-21 17:27:54 +05:30
Jerald-Golden-B
2b4153f520
Refactor MaterialAnimator to replace sphereRef with materialRef for clarity and consistency
2025-05-21 17:06:07 +05:30
Jerald-Golden-B
406b52b0d8
Enhance event managers with play, pause, and reset functionality; remove obsolete vehicle event manager
2025-05-21 16:41:16 +05:30
Jerald-Golden-B
184cea5067
Merge branch 'main' into v2
2025-05-21 16:13:08 +05:30
Jerald-Golden-B
8e01c24844
Refactor API imports and restructure services
...
- Updated import paths for `upsertProductOrEventApi`, `deleteEventDataApi`, `deleteProductApi`, `getProductApi`, `getAllProductsApi`, and `renameProductApi` to point to the new `products` directory.
- Removed old API files for `UpsertProductOrEventApi`, `deleteEventDataApi`, `deleteProductApi`, `getProductApi`, `getAllProductsApi`, and `renameProductApi`.
- Introduced new implementations for the above APIs in the `products` directory.
- Added `MaterialCollisionDetector` component to handle material collision detection using a web worker.
- Updated various components to utilize the new API structure and ensure proper functionality.
2025-05-21 15:36:34 +05:30
Vishnu
fb108d33c9
Merge pull request 'v2-ui' ( #91 ) from v2-ui into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/91
2025-05-21 07:36:05 +00:00
Vishnu
77a15d0f48
Merge remote-tracking branch 'origin/analysis' into v2-ui
2025-05-21 13:00:10 +05:30
Vishnu
1eb5522716
Merge remote-tracking branch 'origin/v2' into v2-ui
2025-05-21 12:59:44 +05:30
Vishnu
39e3b28ba7
fix: add transparent outline to button for better hover visibility
2025-05-21 12:59:17 +05:30
Jerald-Golden-B
60a277f7f0
feat: implement vehicle and machine event managers for monitoring state changes
2025-05-21 12:43:25 +05:30
Gomathi
c7ec5289fc
Merge branch 'main' into analysis
2025-05-21 10:43:07 +05:30
Jerald-Golden-B
402223feb3
feat: optimize ArrowOnQuadraticBezier to improve curve calculations and simplify subCurve generation
2025-05-21 10:05:17 +05:30
Jerald-Golden-B
88d6c48c1d
feat: update PointsCreator to include getPointByUuidFromProduct and enhance point state management
2025-05-21 09:44:49 +05:30
Vishnu
812e96f1c7
Merge remote-tracking branch 'origin/v2-ui'
2025-05-20 18:33:58 +05:30
Jerald-Golden-B
542faf5ea9
feat: enhance PointsCreator to update backend with event data and refactor event handling logic
2025-05-20 18:17:06 +05:30
Jerald-Golden-B
292ea0dbc2
feat: refactor TriggerConnector to include Arrows component for visualizing connections and update import paths
...
refactor: remove unused triggerConnector file and update trigger.tsx import path
2025-05-20 17:46:22 +05:30
Gomathi
9b3a4e7253
Refactor various components: remove console logs, adjust visibility logic, and enhance styling for active list items
2025-05-20 15:49:45 +05:30
Vishnu
6ff23e1dd9
fix: correct input value handling in InputWithDropDown component
2025-05-20 15:32:25 +05:30
Jerald-Golden-B
92ae705399
fix: add optional chaining to prevent runtime errors in action handlers and instances
2025-05-20 15:07:14 +05:30
Jerald-Golden-B
6da65eba7b
feat: implement conveyor and arm bot event managers for monitoring state changes
2025-05-20 13:01:43 +05:30
Vishnu
74c1562c3c
feat: improve zone name positioning in ZoneGroup based on polygon center and average height
2025-05-20 10:13:31 +05:30
Nalvazhuthi
634acdd2cc
Refactor version management: replace crypto.randomUUID with generateUniqueId, add new icons, and enhance version editing features
2025-05-20 09:40:52 +05:30
Vishnu
068af3f936
feat: add zone name display in ZoneGroup and update styles for zone-name-wrapper
2025-05-19 16:27:58 +05:30
Vishnu
bdde20a611
refactor: remove unused imports from ROISummary and ThroughPutData components
2025-05-19 16:13:03 +05:30
Poovizhi99
3654694392
changed local api to server
2025-05-19 14:58:24 +05:30
Poovizhi99
0ecb85a211
added dashboard with add delete and recently view the projects
2025-05-19 14:50:33 +05:30
Vishnu
aea5293e2f
Merge remote-tracking branch 'origin/analysis'
2025-05-19 11:02:53 +05:30
Vishnu
a5acb613af
fix: correct typo in log message in MarketPlace component
2025-05-19 11:02:50 +05:30
Gomathi
4298c34a36
Add modelUrl prop to card component in CardsContainer; clean up vehicleInstance imports
2025-05-19 10:58:25 +05:30
Gomathi
3d0226843a
Merge branch 'main' into analysis
2025-05-19 10:57:24 +05:30
Gomathi
d000ee193a
Enable sprite rendering for 3D widgets in ProductionCapacity, ReturnOfInvestment, StateWorking, and Throughput components; update CSS to allow pointer events in realTimeViz
2025-05-19 10:53:16 +05:30
Vishnu
b7219bce19
Merge branch 'main' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev
2025-05-19 10:28:25 +05:30
Vishnu
3521deeb68
fix: Add missing eslint-disable comment for useEffect dependency array
2025-05-19 10:28:22 +05:30
Vishnu
448338c65d
Merge pull request 'v2-ui' ( #90 ) from v2-ui into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/90
2025-05-19 03:49:09 +00:00
Gomathi
48992317f4
Update server socket API base URL in environment configuration
2025-05-17 18:05:36 +05:30
Gomathi
b1dc6216b3
2d and 3d widgets duplication removed
2025-05-17 18:05:00 +05:30
Vishnu
da7ad17a84
Refactor Project component: remove unused version store and update SimulationPlayer import
2025-05-16 18:15:30 +05:30
Vishnu
1c4b02dee0
Merge remote-tracking branch 'origin/v2' into v2-ui
2025-05-16 18:15:18 +05:30