Commit Graph

32 Commits

Author SHA1 Message Date
7b704cc3a9 integerated asset group create api 2025-10-08 10:37:30 +05:30
9e40670d69 Refactor Outline Component and Styles
- Removed the Outline component from MainScene and SideBarLeft.
- Deleted outline.css and integrated styles into a new _assetOutline.scss file.
- Updated Outline component to use new styles and improved structure.
- Added functionality for collapsing all groups in the Outline.
- Enhanced drag-and-drop functionality for asset management.
- Improved accessibility and usability of the Outline component.
2025-10-06 17:17:39 +05:30
f847d058c2 code refactor 2025-09-29 14:51:00 +05:30
2e3971102f code refactored 2025-09-29 14:29:59 +05:30
6ee922a760 added zone selection 2025-09-26 16:44:37 +05:30
88c95bda8a refactored asset selection with move rotate and bounding box component, altered the messy codes in asset f2 rename and list rename 2025-09-22 18:12:02 +05:30
2b74d00740 added usecase to all the builder and simulation fetched 2025-09-22 10:44:58 +05:30
0f10a84215 Refactor version management: Replace useSaveVersion with useIsComparing across components
- Updated MainScene, SideBarLeft, SideBarRight, Simulations, and CompareLayOut to utilize isComparing state instead of isVersionSaved.
- Adjusted conditional rendering and logic to reflect the new comparison state.
- Introduced SyncCam component to synchronize camera state during comparisons.
- Created useSceneStore to manage camera state with position and target vectors.
- Cleaned up imports and ensured consistent formatting across affected files.
2025-09-05 18:09:43 +05:30
1f382de751 file structure change 2025-09-05 11:43:14 +05:30
4bfd0cf937 Merge branch 'main-dev' into dev-api-socket-coordination 2025-09-02 09:50:37 +05:30
ae4fd2ff01 store optimization 2025-09-02 09:46:27 +05:30
8e7c5a1aa0 added api fallback for sockets 2025-09-01 17:36:40 +05:30
09c909c377 decal drop bug fix 2025-09-01 12:37:09 +05:30
b6783f99d3 refactor: reorganize asset management components and enhance search functionality 2025-08-29 13:47:07 +05:30
d915c643d1 Merge remote-tracking branch 'origin/main-demo' into decal-list 2025-08-29 12:46:48 +05:30
363906aa12 added search functionality for decals 2025-08-29 12:46:34 +05:30
7bbb221c66 - asset icons updated
- aisle props changes
- aisle style updated
2025-08-28 18:06:34 +05:30
c4d1f90ee7 refactor: enhance asset search UI and improve styling for headers and buttons 2025-08-28 15:51:48 +05:30
d4f12d230f added IMage store in idex db 2025-08-26 17:25:04 +05:30
441f1efb23 side bar left bug fix 2025-08-26 16:49:16 +05:30
98be35bf5f included decal-list 2025-08-26 15:36:07 +05:30
e2c5b43c2e Refactor SideBarRight component for improved readability and functionality; add DecalProperties component; remove DecalTransformation; update AssetProperties animations rendering; enhance InputRange and RegularDropDown components; adjust styles for better layout; fix state management in decal store. 2025-08-23 15:43:19 +05:30
c78f9edb5c refactor: updating outline 2025-08-22 14:01:44 +05:30
Nalvazhuthi
31c07e92b4 feat: Enhance duplication and movement controls with axis constraints and snapping functionality
- Added axis constraint toggling for duplication and movement controls (X and Z axes).
- Implemented snapping functionality for asset positioning based on modifier keys (Ctrl, Shift).
- Created utility functions for handling asset position and rotation snapping.
- Refactored moveControls3D and rotateControls3D to utilize new snapping functions.
- Introduced state management for key events and axis constraints.
- Updated styles for new UI components related to asset filtering and transformation.
- Removed deprecated snapControls utility function.
2025-08-21 09:57:48 +05:30
Nalvazhuthi
cd465edc56 Add Forgot Password functionality and related components
- Introduced new components for the Forgot Password flow: EmailInput, OTPInput, OTPVerification, PasswordSetup, and ConfirmationMessage.
- Implemented navigation updates in DashboardCard for project links.
- Added a new decal image asset for the categories.
- Updated sidebar assets to include decals.
- Enhanced UserAuth page to include a link for forgotten passwords.
- Created a dedicated ForgotPassword page to manage the entire password recovery process.
- Added styles for the new Forgot Password components and updated existing styles for consistency.
2025-08-18 10:07:47 +05:30
79b11ad2ca Refactor asset handling in MainScene and improve zone data processing in Outline; clean up console logs in ZoneProperties and List components 2025-08-13 17:54:04 +05:30
4d97bc1ef7 Implement zone data management and dropdown functionality in Outline component 2025-08-13 12:35:13 +05:30
a08cec33ab pillar Jig half way completed 2025-08-06 18:19:54 +05:30
fa6506c0be Refactor: Remove deprecated API endpoints and implement new zone management features
- Deleted obsolete API files for wall items, layers, lines, and points.
- Introduced new zone management APIs including create, delete, and update functionalities.
- Enhanced zone state management in the store with new properties for height and color.
- Implemented 2D and 3D zone rendering components for better visualization.
- Added asset fetching functionalities for marketplace integration.
- Updated types to accommodate new zone properties and API responses.
2025-06-27 17:51:57 +05:30
a5afcd5757 Implement resetStates hook and integrate it into Header component for state management 2025-06-24 11:04:56 +05:30
54b02541c1 updated 2025-06-23 09:37:53 +05:30
e22a2dc275 first commit 2025-06-10 15:28:23 +05:30