Vishnu
4939c19c12
Refactor asset management components to enhance structure and improve data handling; update styles for better UI consistency
2025-05-13 15:18:15 +05:30
Vishnu
4c13d31931
Refactor log status messages to use material names instead of IDs for improved readability and context
2025-05-13 14:01:56 +05:30
Jerald-Golden-B
48fc770b51
Refactor AssetProperties and TransformControl to improve object position and rotation handling; streamline socket store structure for better maintainability
2025-05-13 13:40:51 +05:30
Vishnu
e44876fc38
Refactor header-container padding for improved layout consistency
2025-05-13 13:30:36 +05:30
Poovizhi99
8848d78c3b
Merge remote-tracking branch 'origin/v2' into simulation-agv-v2
2025-05-13 13:05:35 +05:30
Poovizhi99
35fc190427
working with activeTime incremented
2025-05-13 13:05:13 +05:30
Jerald-Golden-B
3a9c41434d
Merge branch 'main' into v2
2025-05-13 13:00:10 +05:30
Jerald-Golden-B
ecab03c5f0
Refactor MoveControls and TransformControls for improved asset manipulation
...
- Cleaned up MoveControls component by removing unused variables and optimizing event handling.
- Enhanced asset movement logic with better key event detection and state management.
- Removed deprecated transform mode state from store.
- Updated worldTypes to remove unnecessary positionY property.
- Introduced TransformControls component for handling object transformations (translate/rotate) with proper state management and backend updates.
- Implemented event handling for mouse actions and keyboard shortcuts to toggle transformation modes.
2025-05-13 12:58:04 +05:30
Vishnu
4693deed7f
Refactor handleSidebarShortcuts to improve module condition check and streamline localStorage updates for UI state management
2025-05-13 12:43:54 +05:30
Vishnu
a937928b51
Refactor category button to use div for improved semantic structure; enhance accessibility and interaction
2025-05-13 12:29:41 +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
Poovizhi99
f16c57a65f
changed the draw mode ui visibility as per figma
2025-05-13 09:43:03 +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
Gomathi
b441845700
Merge branch 'main' into analysis
2025-05-12 13:18:48 +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