Nalvazhuthi
f2bb79f61c
Enhance Footer component to toggle shortcut visibility with Escape key; integrate OuterClick for improved interaction
2025-05-13 18:05:57 +05:30
Nalvazhuthi
b623bff6dd
Refactor VersionHistory component to use dynamic username from localStorage for version tracking
2025-05-13 16:55:04 +05:30
Nalvazhuthi
8ef37039f0
Merge branch 'v2-ui' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into v2-ui
2025-05-13 16:54:37 +05:30
Nalvazhuthi
d9b5f1e2d2
Developed Ui for shortcuts preview
2025-05-13 16:50:50 +05:30
Vishnu
4e1ca6ae2d
Merge branch 'v2-ui' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into v2-ui
2025-05-13 12:27:49 +05:30
Vishnu
5d995b0a29
Refactor Assets component to improve asset key generation for better uniqueness; update category button structure for enhanced accessibility and interaction
2025-05-13 12:22:52 +05:30
Vishnu
59a3cb4704
Refactor Assets component to streamline category fetching and enhance loading state handling; improve SkeletonUI styles for better asset representation
2025-05-13 12:20:04 +05:30
Vishnu
980d27c91f
Implement sidebar shortcut handling for visibility toggling; refactor existing shortcut logic for improved clarity
2025-05-13 11:04:12 +05:30
Vishnu
34aa9b9dec
Add logout functionality to MenuBar component; clear localStorage and navigate to homepage on logout
2025-05-13 10:41:39 +05:30
Vishnu
4337bb9056
Refactor sidebar toggle functionality to support independent left and right UI states; update related components and styles for improved usability
2025-05-13 10:32:24 +05:30
Vishnu
b1569e64ed
Refactor code structure for improved readability and maintainability
2025-05-12 18:09:22 +05:30
Nalvazhuthi
21ff522f67
Develop Ui for Version history
2025-05-12 18:01:45 +05:30
Vishnu
970a1b2bae
Comment out tips section in ROISummary component for future reference
2025-05-12 10:26:01 +05:30
Vishnu
76f0c04844
Add id attribute to real-time visualization canvas for improved accessibility
2025-05-12 09:11:53 +05:30
Vishnu
fb4a67f979
Merge pull request 'Refactor Products component to import usePlayButtonStore alongside useResetButtonStore; update dependencies in useEffect for selectedProduct to include isPlaying.' ( #86 ) from v2-ui into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/86
2025-05-10 14:58:12 +00:00
Vishnu
8a0539d595
Refactor Products component to import usePlayButtonStore alongside useResetButtonStore; update dependencies in useEffect for selectedProduct to include isPlaying.
2025-05-10 20:27:09 +05:30
Vishnu
f38fb4a174
Merge pull request 'Refactor logging in simulation handlers to use echo for improved status reporting; update Project component to reflect successful login with success message; enhance sidebar styles with text transformation.' ( #85 ) from v2-ui into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/85
2025-05-10 14:08:07 +00:00
Vishnu
4e2ff6bd01
Refactor logging in simulation handlers to use echo for improved status reporting; update Project component to reflect successful login with success message; enhance sidebar styles with text transformation.
2025-05-10 19:36:36 +05:30
Vishnu
f054e1cb16
Merge pull request 'v2-ui' ( #84 ) from v2-ui into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/84
2025-05-10 13:42:02 +00:00
Vishnu
3867ea9e38
Comment out Shadows Visibility toggle in GlobalProperties component
2025-05-10 19:09:02 +05:30
Vishnu
d30668e723
Update StorageActionProps to make max optional; adjust MaterialAnimator padding for improved layout consistency.
2025-05-10 19:05:06 +05:30
Vishnu
5369a97105
Remove filtering of line features based on coordinate length before polygonization
2025-05-10 18:33:43 +05:30
Vishnu
35ae88924d
Merge remote-tracking branch 'origin/v2' into v2-ui
2025-05-10 18:12:44 +05:30
Vishnu
87d1c4ae12
Refactor distance finding controls and move controls for improved functionality and performance
...
- Updated `getRoomsFromLines.ts` to filter valid line features before polygonization.
- Enhanced `distanceFindingControls.tsx` to streamline measurement line updates and improve text label rendering.
- Refactored `moveControls.tsx` to optimize event handling and asset movement logic, ensuring smoother interactions.
- Adjusted `selectionControls.tsx` to safely parse stored floor items from local storage.
- Commented out unused imports in `roboticArmInstances.tsx` for cleaner code.
- Modified `polygonGenerator.tsx` to ensure only valid line features are processed for polygon generation.
2025-05-10 18:12:04 +05:30
Jerald-Golden-B
c7f0b7f84d
Refactor drag control management: conditionally enable drag controls based on tool mode and ensure proper cleanup on unmount.
2025-05-10 17:56:02 +05:30
Jerald-Golden-B
c0a7eebecb
Enhance vehicle handling: add picking state management, update action handling in VehicleInstance, and refine useVehicleStore for improved vehicle interactions.
2025-05-10 17:19:43 +05:30
Vishnu
32b3247765
Merge remote-tracking branch 'origin/simulation-agv-v2' into v2-ui
2025-05-10 16:42:56 +05:30
Poovizhi99
1d35fbe055
Merge remote-tracking branch 'origin/v2-ui' into simulation-agv-v2
2025-05-10 16:42:52 +05:30
Poovizhi99
2debef7305
update
2025-05-10 16:39:19 +05:30
Jerald-Golden-B
e16a0a6d8b
Merge remote-tracking branch 'origin/v2-ui' into v2
2025-05-10 16:27:15 +05:30
Jerald-Golden-B
9746cfdf80
Implement storage retrieval functionality: add useRetrieveHandler, update action handling in StorageMechanics, and modify related components for improved material management.
2025-05-10 16:26:54 +05:30
Vishnu
07ce17fe84
Refactor event properties actions and mechanics
...
- Updated PickAndPlaceAction to include a clearPoints function and modified the UI to add a reset button.
- Enhanced TravelAction to incorporate clearPoints functionality and adjusted the UI accordingly.
- Refactored RoboticArmMechanics to integrate clearPoints handling and improved action management.
- Modified VehicleMechanics to support clearPoints functionality and refined action handling.
- Updated EyeDropInput to streamline the input process and removed unnecessary dropdowns.
- Enhanced ArmBotUI and VehicleUI to utilize new state management for arm and vehicle actions.
2025-05-10 15:58:03 +05:30
Vishnu
db7800367d
Refactor AssetDetailsCard and MaterialAnimator: improve progress calculation and enhance group positioning syntax
2025-05-10 14:18:07 +05:30
Vishnu
c1d425b91d
Refactor sidebar styles: adjust margins, padding, and max-height for improved layout and responsiveness
2025-05-10 14:05:25 +05:30
Jerald-Golden-B
bf6e95b7f2
Merge remote-tracking branch 'origin/v2-ui' into v2
2025-05-10 13:51:02 +05:30
Jerald-Golden-B
a37faf7adb
Enhance RoboticArmInstance and useTriggerHandler: add action handling for pickup and drop triggers, improve event retrieval with getEventByActionUuid, and streamline material location management in storage units.
2025-05-10 13:50:36 +05:30
Vishnu
7f376d4411
Merge remote-tracking branch 'origin/v2' into v2-ui
2025-05-10 13:29:09 +05:30
Vishnu
8f32010b4e
Add StorageCapacityIcon and integrate into AssetDetailsCard; update styles for improved layout and visibility
2025-05-10 13:29:07 +05:30
Jerald-Golden-B
f2a2811af7
Merge remote-tracking branch 'origin/v2-ui' into v2
2025-05-10 12:33:16 +05:30
Vishnu
4e0cc7f39d
Refactor MaterialAnimator: optimize material positioning logic, streamline grid generation, and enhance layout calculations for improved visual representation.
2025-05-10 12:26:50 +05:30
Jerald-Golden-B
3703dc629d
Refactor material handling: update loadCapacity to 1 in multiple components, enhance storage unit actions, and implement new store handler logic for improved material management
2025-05-10 12:24:29 +05:30
Vishnu
226f6d7b29
Enhance storage unit functionality: refactor StorageUnitInstance to use Readonly props, implement MaterialAnimator for dynamic material handling, and add StorageContentUi for displaying asset details.
2025-05-10 11:01:05 +05:30
Jerald-Golden-B
cf513d3ba6
Refactor StorageUnitStore: rename updateStorageUnitLoad to updateCurrentLoad and update related usages; enhance Products and StorageMechanics components to handle material management more effectively
2025-05-10 09:34:01 +05:30
Jerald-Golden-B
11fc5c2dbf
Enhance StorageMechanics: improve material handling in spawn mode, update capacity change logic, and streamline material creation
2025-05-09 23:32:15 +05:30
jeraldGolden
42d465a977
Refactor StorageAction and StorageMechanics: add currentMaterialType prop, enhance material type handling, and improve capacity change logic
2025-05-09 23:15:48 +05:30
v2constructionss
45a10b8673
Enhance storage unit functionality: update StorageAction component, integrate material handling in storage mechanics, and improve state management in vehicle and storage unit stores.
2025-05-09 22:50:47 +05:30
Jerald-Golden-B
75aa0c3d26
Add storage event handling and extend actionType in simulation types
2025-05-09 19:42:08 +05:30
Poovizhi99
21b6e1108b
finding distance for wall and model
2025-05-09 19:23:08 +05:30
Jerald-Golden-B
82d3a696d1
Fix typo in MaterialSchema: corrected 'stri9ng' to 'string' for materialName property
2025-05-09 18:58:47 +05:30
Jerald-Golden-B
6a51dbde1d
Merge remote-tracking branch 'origin/v2-ui' into v2
2025-05-09 18:50:23 +05:30