Commit Graph

131 Commits

Author SHA1 Message Date
1d2a42b7bd Merge branch 'main-demo' into dev-resourceManagement 2025-08-26 09:36:42 +05:30
6fa4d5323d feat: add asset thumbnail fetching and update worker data display in Hrm component 2025-08-26 09:36:09 +05:30
2125c3dc73 Merge remote-tracking branch 'origin/dev-resourceManagement' into main-demo 2025-08-25 18:17:40 +05:30
cd86846a37 Merge remote-tracking branch 'origin/ui' into main-demo 2025-08-25 18:16:51 +05:30
6026c3b82b refactor: remove unnecessary console logs in asset management and thumbnail fetching 2025-08-25 18:16:02 +05:30
358ce22767 feat: implement asset thumbnail fetching and update Hrm and AssetManagement components to use asset data 2025-08-25 18:13:57 +05:30
Nalvazhuthi
60cdf4e6af feat: add camera shortcut functionality for improved navigation in 3D space; refactor ShortcutHelper and Builder components for better structure 2025-08-25 17:49:18 +05:30
ff22152d8c Merge branch 'main-demo' into dev-resourceManagement 2025-08-25 17:05:53 +05:30
6aeef163d2 feat: implement resource management ID handling in Hrm and AssetManagement components 2025-08-25 17:05:24 +05:30
Nalvazhuthi
6f308ddda4 refactor: improve formatting and readability in ShortcutHelper, DisplayZone, and KeyPressListener components 2025-08-25 16:23:21 +05:30
246236c15f fix:
- react-hooks/exhaustive-deps added
- style update
- key fix
2025-08-25 16:22:41 +05:30
Nalvazhuthi
5b7e8b893c refactor: improve code readability and maintainability in MainScene, Messages, and ThreadChat components; adjust comments.scss for better layout 2025-08-25 15:56:30 +05:30
affffe09c8 feat: measurement tool axis lock added, style update, no animation ui update 2025-08-25 14:08:25 +05:30
50e4c1a2a6 update: transform tool ui added 2025-08-25 11:34:25 +05:30
4013afdc02 Merge remote-tracking branch 'origin/ui' into main-demo 2025-08-25 10:48:45 +05:30
b54268a89b Merge branch 'main-demo' into dev-resourceManagement 2025-08-25 10:28:32 +05:30
fad9c74730 refactor: update navigation path and enhance asset/worker management components 2025-08-25 10:28:11 +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
a563e712f5 Merge remote-tracking branch 'origin/password-validation' into main-demo 2025-08-23 14:46:59 +05:30
1018c42500 updated forget password functionality with backend 2025-08-23 14:29:25 +05:30
21cd12b518 added wall asset visiblity toggle and code optimization 2025-08-23 12:26:45 +05:30
8b01372d08 human and sidepannel bug fix 2025-08-23 10:33:10 +05:30
69329dba7a name and schema chmage for assembly to manufacturer 2025-08-23 10:24:21 +05:30
Nalvazhuthi
ea06e57d5f Merge remote-tracking branch 'origin/main-demo' into ui 2025-08-22 18:04:06 +05:30
Nalvazhuthi
53ade99930 feat: Enhance Asset Management component with drop icon and improved styling 2025-08-22 18:03:50 +05:30
c86509e812 Merge remote-tracking branch 'origin/main-dev' into main-demo 2025-08-22 17:59:02 +05:30
5020c1f392 action bug fix 2025-08-22 17:47:54 +05:30
ddf521dc6a refactor: optimized contextmenu, style update, ui bug fixes 2025-08-22 17:43:16 +05:30
dd42f70806 fix: new window close fallback fixed 2025-08-22 16:01:43 +05:30
463a8cf6b9 refactor: update SVG stroke properties to camelCase and clean up console logs 2025-08-22 15:44:45 +05:30
8067a7fca6 list bug fix 2025-08-22 15:35:03 +05:30
d8a7f3b2da zonr bug fix 2025-08-22 14:37:49 +05:30
c78f9edb5c refactor: updating outline 2025-08-22 14:01:44 +05:30
b8d287ddd4 Merge remote-tracking branch 'origin/ui' into main-demo 2025-08-22 13:01:46 +05:30
45fba262a2 Merge remote-tracking branch 'origin/ui' into main-demo 2025-08-22 13:01:25 +05:30
Nalvazhuthi
755177e493 feat: Refactor Hrm and AssetManagement components for improved structure and styling 2025-08-22 13:01:12 +05:30
Nalvazhuthi
dc873a8c59 feat: Add Resource Management module with HRM and Asset Management features
- Introduced FilePackageIcon component for resource management.
- Updated MainScene to include resource management functionality.
- Enhanced SideBarRight to support resource management display.
- Created NavigateCategory component for category navigation in resource management.
- Developed ResourceManagement component to switch between HRM and Asset Management views.
- Implemented Hrm component to display employee details and tasks.
- Added AssetManagement component to manage and display asset information.
- Updated useModuleStore to include resourceManagement as a submodule.
- Created resourceManagement.scss for styling the new module.
- Removed hrm.scss as its styles have been integrated into resourceManagement.scss.
- Updated main.scss to import resourceManagement styles instead of hrm.
2025-08-22 12:44:55 +05:30
1db5fe5707 feat: create portal component added to view child in new window 2025-08-22 11:49:11 +05:30
40de4d77f3 Merge remote-tracking branch 'origin/dev-storageunit-refactor' into main-demo 2025-08-22 09:55:21 +05:30
c24b0fd414 added multiple actions for storage unit , and simulation bug fix 2025-08-22 09:52:02 +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
e950b0f54a added multiple actions to storage unit 2025-08-20 18:11:01 +05:30
11c0994833 schema change 2025-08-20 17:00:27 +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
5d17c1125b Merge pull request 'dev-contextMenu' (#1) from dev-contextMenu into main-demo
Reviewed-on: http://185.100.212.76:7778/Dwinzo-Beta/Dwinzo_Demo/pulls/1
2025-08-14 04:58:00 +00:00
d12ead7d35 file name capitalized 2025-08-13 18:23:40 +05:30
d0b7aa9a9a file name capitialization 2025-08-13 18:21:35 +05:30
b898c51927 added crane interialtion with other assets 2025-08-13 18:19:17 +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