Commit Graph

1028 Commits

Author SHA1 Message Date
Jerald-Golden-B 0892d0dd53 refactor: Uncomment WallGroup component and fix drawWall function call 2025-06-10 11:44:04 +05:30
Jerald-Golden-B d199a71992 Merge branch 'v3-wall' into v3 2025-06-10 11:42:58 +05:30
Jerald-Golden-B 8a0a32d2e1 refactor: Remove console logs and clean up code formatting in SocketResponses component 2025-06-10 11:41:35 +05:30
Jerald-Golden-B 5dac751204 Merge remote-tracking branch 'origin/api-integration' into v3 2025-06-10 11:39:50 +05:30
Poovizhi99 8d282f2848 refactor: Remove console logs and unused state in UserAuth component 2025-06-10 11:39:23 +05:30
Jerald-Golden-B 12d667543c Merge remote-tracking branch 'origin/v3-refactor' into v3 2025-06-10 11:36:13 +05:30
Jerald-Golden-B f586354fb4 Merge remote-tracking branch 'origin/api-integration' into v3 2025-06-10 11:34:37 +05:30
Jerald-Golden-B fdc8255c19 refactor: streamline right-click selection handling and event listener management in SelectionControls 2025-06-10 11:34:03 +05:30
Jerald-Golden-B 81664ba765 feat: enhance wall classification and add decal management in wall store 2025-06-10 11:22:52 +05:30
Jerald-Golden-B 796a4ace45 feat: add WallProperties component and update SideBarRight to support Wall tool mode 2025-06-10 11:18:39 +05:30
Gomathi 6884ffd562 refactor: update various components to improve readability and maintainability 2025-06-09 17:58:23 +05:30
Poovizhi99 fafe6ff794 feat: Enhance dashboard components with new properties and improve polygon generation logic 2025-06-09 17:56:54 +05:30
Gomathi d706a6a8a2 Merge branch 'v3' into v3-refactor 2025-06-06 11:53:45 +05:30
Gomathi 2397de99b4 Update zoneCameraUpdate function to include projectId and enhance logging 2025-06-06 11:51:41 +05:30
Poovizhi99 566fd87526 streamline aisle filtering logic in PolygonGenerator and enhance navigation error handling 2025-06-05 18:07:05 +05:30
Poovizhi99 40a32d1497 Merge remote-tracking branch 'origin/v3' into api-integration 2025-06-05 16:42:45 +05:30
Poovizhi99 f0e6242edd feat: Integrate aisle data into polygon generation logic and enhance logging 2025-06-05 16:42:24 +05:30
Jerald-Golden-B fa5c7eebaa refactor: update aisle retrieval methods for consistency and improve point handling 2025-06-05 16:30:16 +05:30
Jerald-Golden-B 1a27bb7922 Merge remote-tracking branch 'origin/api-integration' into v3 2025-06-05 16:11:56 +05:30
Jerald-Golden-B cb0e67129c refactor: enhance event handling in DashboardCard, ZoneGroup, SelectionControls, and KeyPressListener components 2025-06-05 16:11:40 +05:30
Jerald-Golden-B 3575f2bf73 Merge remote-tracking branch 'origin/v3-ui' into v3 2025-06-05 15:41:49 +05:30
Poovizhi99 3970479930 feat: Implement API integration for aisle management and enhance dashboard components 2025-06-05 15:38:16 +05:30
Jerald-Golden-B 6780e73dd1 Refactor product identifier from 'productId' to 'productUuid' across simulation stores and related types for consistency and clarity 2025-06-05 15:37:49 +05:30
Poovizhi99 eda618601b integrated with dashboard 2025-06-05 14:19:22 +05:30
Nalvazhuthi 3916f6270c refactor: enhance state management in ComparisonScene and CompareLayOut, streamline wall handling in builder components 2025-06-05 13:01:38 +05:30
Nalvazhuthi ed28656451 refactor: update loading and comparison styles, improve conditional rendering in MainScene and CompareLayOut components 2025-06-05 12:55:49 +05:30
Nalvazhuthi 0be84fc502 Refactor zone-related API calls to use UUIDs instead of IDs, update endpoint versions, and enhance socket initialization with additional tokens
- Changed parameter names from `zoneId` to `zoneUuid` in multiple API service files for consistency.
- Updated API endpoints from v2 to v1 in `loadTemplate`, `lockPanel`, `panel`, `saveTemplateApi`, `update3dWidget`, `zoneCameraUpdate`, and others.
- Added authorization and token handling in headers for API requests.
- Enhanced socket initialization in the store to include dashboard and project sockets with token authentication.
- Adjusted the `useDroppedObjectsStore` to accommodate the new `zoneUuid` parameter and updated related methods.
- Updated styles in dashboard.scss for improved layout and design consistency.
- Modified builder types to include new properties and ensure type safety.
- Implemented shortcut key handling for renaming mode and other UI interactions.
2025-06-05 12:55:18 +05:30
Jerald-Golden-B b101d20778 Merge branch 'v3' into v3-wall 2025-06-05 12:24:02 +05:30
Jerald-Golden-B db4ec62af8 refactor: Update wall rendering and aisle position handling, enhance room filtering logic in wall classification 2025-06-05 12:23:29 +05:30
Jerald-Golden-B de19ea9f83 Merge remote-tracking branch 'origin/v3-wall' into v3 2025-06-05 11:57:23 +05:30
Jerald-Golden-B a7ed532ce0 Merge branch 'main' into v3 2025-06-05 11:56:54 +05:30
Jerald-Golden-B e4196eee8c refactor: Enhance wall and comparison handling, improve state management in builder components 2025-06-05 11:55:46 +05:30
Nalvazhuthi 66e5bb38a4 feat: integrate comparison product handling and enhance view scene label management 2025-06-05 10:34:46 +05:30
Jerald-Golden-B 922dfb3543 refactor: Remove unnecessary line and improve login handling in UserAuth component
refactor: Add clearComparisonProduct call in KeyPressListener for better state management
2025-06-04 18:03:21 +05:30
Nalvazhuthi b0c09234b0 Enhance styles and types across components
- Updated input styles to include textarea elements for consistent styling.
- Refined compare layout styles, including positioning and background adjustments for dropdowns and containers.
- Improved sidebar styles with new background and shadow effects.
- Added new types for Point, Wall, and Aisle in builderTypes to enhance type safety.
- Introduced helper colors in worldConstants for better visual guidance.
- Enhanced comments section styles for improved layout and readability.
- Adjusted real-time visualization styles for better responsiveness and aesthetics.
2025-06-04 18:02:38 +05:30
Marikannan 85b9dafddd Merge pull request '1. Integerated DashBoard,' (#97) from v3-wall into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/97
2025-06-04 12:08:34 +00:00
Gomathi 0bf82c1a73 Merge branch 'v3' into v3-refactor 2025-06-04 17:21:52 +05:30
Poovizhi99 c8fe8f05fb Merge remote-tracking branch 'origin/v3' into dashboard 2025-06-04 17:16:08 +05:30
Gomathi 91d72ab4cc Merge branch 'v3' into v3-refactor 2025-06-04 17:10:14 +05:30
Gomathi c77e30dabb refactor: Enhance logging for socket responses and clean up console statements 2025-06-04 17:09:28 +05:30
Poovizhi99 15d8c362ea refactor: Remove unnecessary console logs and improve code structure in Dashboard components and API functions 2025-06-04 17:02:45 +05:30
Jerald-Golden-B d57ee378aa refactor: Remove unnecessary console logs and improve code consistency across multiple components 2025-06-04 16:57:24 +05:30
Jerald-Golden-B 45e50ff11c refactor: Improve code readability by adding missing commas and logging data in socket responses 2025-06-04 15:53:24 +05:30
Nalvazhuthi 5787213882 feat: add WallProperties component for managing wall dimensions and materials 2025-06-04 15:36:55 +05:30
Jerald-Golden-B 4d738d576a refactor: Clean up console logging and improve code formatting in UserAuth and signInApi 2025-06-04 15:27:39 +05:30
Jerald-Golden-B 4eac6c628f Merge remote-tracking branch 'origin/dashboard' into v3 2025-06-04 15:20:18 +05:30
Jerald-Golden-B a69fd2af92 feat: Add wall classification and geometry handling, update wall rendering logic 2025-06-04 15:19:37 +05:30
Poovizhi99 e27277b538 Merge branch 'dashboard' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into dashboard 2025-06-04 15:17:59 +05:30
Poovizhi99 08362af383 merged with v3 2025-06-04 15:14:47 +05:30
Gomathi 9823404961 consoles removed 2025-06-04 14:37:36 +05:30