Commit Graph

94 Commits

Author SHA1 Message Date
5a0978560c feat: Enhance vehicle simulation with draggable path points and interactive controls 2025-07-05 11:16:31 +05:30
3f59f5d2dd refactor: Clean up console log statements and improve component state management in SideBarRight, AssetProperties, WallInstances, WallCreator, and SocketResponses 2025-07-02 11:52:57 +05:30
0848c453af refactor: Remove console log statements from DashboardHome, DashboardProjects, and CollaborationPopup components 2025-07-02 11:22:13 +05:30
458abdb9a5 Merge remote-tracking branch 'origin/merge/wall-collab' into main-dev 2025-07-02 11:14:18 +05:30
f17fa1f2f0 Merge branch 'main' into main-dev 2025-07-02 11:06:24 +05:30
9350ccb94e refactor: Remove console log for wallAssets in WallAssetGroup component 2025-07-02 11:02:41 +05:30
64d086f808 feat: Implement wall asset management APIs and socket integration for create, update, and delete operations 2025-07-02 10:49:07 +05:30
1d70212cde Implement code changes to enhance functionality and improve performance 2025-07-01 19:32:49 +05:30
a40e3fd35e Merge branch 'main' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_Demo 2025-07-01 19:28:34 +05:30
94ec5ecab8 live aalai.ai-2 2025-07-01 13:29:12 +00:00
e50ff828b2 Merge branch 'main' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_Demo 2025-07-01 18:57:57 +05:30
aebefca033 live aalai.ai-1 2025-07-01 13:21:59 +00:00
3ef2ed82a8 live aalai.ai+2 2025-07-01 13:05:18 +00:00
0030fbfc1a live aalai.ai 2025-07-01 12:32:07 +00:00
4b49813157 Update app/nginx.conf 2025-07-01 12:07:21 +00:00
18c914f411 Update app/nginx.conf 2025-07-01 11:17:01 +00:00
c99aa0e74a Update compose.yaml 2025-07-01 10:59:50 +00:00
7653ebd5f6 Update compose.yaml 2025-07-01 10:46:15 +00:00
65b515b1a2 reverting back to nginx default 2025-07-01 09:37:14 +00:00
1000ac0ae7 Merge branch 'main' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_Demo 2025-07-01 14:47:11 +05:30
570cf0a64b fix: update port mapping and environment variables for frontend service 2025-07-01 14:47:08 +05:30
ff280bcf9d compose - app port 3000 update 2025-07-01 09:04:44 +00:00
08fc5c873c fix: update nginx and docker-compose to use port 80 for production 2025-07-01 14:03:16 +05:30
8ee579fab7 fix: correct project name spelling from "Aallai" to "Aalai" across multiple files 2025-07-01 13:18:22 +05:30
6c74a8efde Merge branch 'main' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_Demo 2025-07-01 13:16:00 +05:30
35f9e62ec0 refactor: update project name and branding to Aallai 2025-07-01 13:15:33 +05:30
d7d46f08d1 updated nginx.conf - domain added to go live - aalai.ai 2025-07-01 07:44:12 +00:00
e3d13be8dd refactor: change floor and wall props 2025-07-01 13:01:03 +05:30
d6f6c4c901 Merge remote-tracking branch 'origin/dev-collaboration' into dev-r3f-wall 2025-06-30 18:13:23 +05:30
0a039f34b1 feat: Integrate active tool management across builder components; add deletableWallAsset state and related functionality 2025-06-30 18:11:37 +05:30
364b643c72 feat: Enhance wall asset interaction and management; implement position updates and add closest point calculation utility 2025-06-30 17:48:29 +05:30
1a9aef323a feat: Add selectedWallAsset and selectedFloorAsset state management; implement corresponding setters in useBuilderStore 2025-06-30 16:59:27 +05:30
997775c27e feat: Implement wall asset management features including creation, instances, and rendering; enhance wall properties input validation 2025-06-30 16:21:54 +05:30
8ebd16db83 Merge remote-tracking branch 'origin/dev-r3f-wall' into merge/wall-collab 2025-06-30 15:57:56 +05:30
898179c2c1 Refactor: Update project handling and sharing functionalities; integrate shared projects retrieval; enhance user data structure and loading mechanisms; improve input handling in MultiEmailInvite component; adjust wall generation callbacks in DXF processing. 2025-06-30 15:54:41 +05:30
84101905ff Refactor: Enhance CollaborationPopup and MultiEmailInvite components; integrate user access sharing and project user retrieval functionalities; update user data structure for consistency. 2025-06-30 14:22:02 +05:30
3a70a13c94 Refactor: Add setDfxUploaded to useDfxUpload hook and update useEffect to reset uploaded data on toggle view change 2025-06-30 14:02:44 +05:30
e589cb22b5 Refactor: Integrate activeLayer and builder store into SelectFloorPlan and LoadBlueprint components; enhance getWallPointsFromBlueprint function with additional parameters for wall creation; update wall handling in WallCreator and PolygonGenerator components. 2025-06-30 12:59:16 +05:30
943ad3ba49 refactor: Update color scheme for Floor and Zone components; enhance snapping logic in ReferenceFloor and ReferenceZone 2025-06-30 12:54:25 +05:30
0c8d822dc5 Add limitDistance check to rendering logic in Model component 2025-06-30 12:23:40 +05:30
7124a819b6 feat: Implement zone management features including creation, deletion, and updates
- Added zone handling in the Line component for removing and updating zones based on points.
- Enhanced Point component to support snapping and updating zone positions.
- Introduced zone-related API calls for upserting and deleting zones.
- Updated zone store to manage zones more effectively, including methods for removing zones by points and getting zones by point IDs.
- Improved zone instance rendering to handle dynamic point connections.
- Refactored zone creation logic to allow for better interaction and snapping behavior.
- Updated API endpoints for zone operations to use version 1 of the API.
2025-06-30 12:22:42 +05:30
90df6c2b01 Refactor: Update useEffect dependencies to include activeLayer for ReferenceAisle, ReferenceFloor, ReferenceWall; enhance usePointSnapping with zone snapping functionality and add ReferenceZone component for zone management 2025-06-27 18:06:19 +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
812a4f6aef Refactor wall creator and socket responses; update nav mesh components and remove unused pillar functions
- Updated import path for getClosestIntersection in wallCreator.tsx
- Cleaned up socketResponses.dev.tsx by removing unused imports and code, simplifying the component structure
- Modified navMesh.tsx to remove lines prop and adjust NavMeshDetails accordingly
- Refactored navMeshDetails.tsx to remove lines dependency in useEffect
- Updated polygonGenerator.tsx to remove lines prop and commented out unused code
- Added getClosestIntersection helper function for better modularity
- Removed unused pillar-related functions and commented out code in addAndUpdateReferencePillar.ts, addPillar.ts, deletableHoveredPillar.ts, deletePillar.ts, and updateReferencePolesheight.ts
2025-06-27 16:54:38 +05:30
bfa4d7bbc6 Add Floor2DInstance component and integrate into FloorInstances for 2D floor rendering 2025-06-27 16:10:53 +05:30
540bb44e0c Add floorName property to Floor interface and update related components for floor creation 2025-06-27 16:01:58 +05:30
12f1dd1771 Refactor interaction handling: change click events to double-click for DecalInstance, FloorInstance, and Wall components. Prevent event propagation to ensure proper selection behavior. 2025-06-27 15:58:34 +05:30
edf76fa1c9 Fix bounding box position calculations and update distance finding controls for accurate positioning based on geometry. Enhance move controls to correctly handle floor intersections and adjust object positioning accordingly. 2025-06-27 15:46:06 +05:30
c73bdf4556 completed floor 2025-06-27 15:44:31 +05:30
64f0cdb148 Refactor builder store and related components: update DecalInstance to manage selectedFloor state, enhance FloorInstance with improved material handling and texture application, and modify FloorGroup to remove unnecessary console log. Update Wall component for better shadow handling and adjust useBuilderStore to change default material values. 2025-06-27 11:56:54 +05:30