Commit Graph

20 Commits

Author SHA1 Message Date
Nalvazhuthi
a771f34b04 feat: Enhance BlockEditor with data handling and UI improvements
- Added a type switch for selecting between "design" and "data" modes in BlockEditor.
- Implemented DataDetailedDropdown component for improved data selection.
- Introduced DeviceIcon and ParametersIcon for better visual representation in dropdowns.
- Updated styles for BlockEditor and related components to improve layout and usability.
- Refactored background color and opacity handling in BlockEditor.
- Removed unnecessary loading page and scene components from MainScene.
2025-12-16 12:39:15 +05:30
083d008221 Merge remote-tracking branch 'origin/main-dev' into main-demo 2025-12-16 10:03:17 +05:30
595d7852c9 feat: Implement analysis functionality in simulation module
- Added Analyzer component to perform asset analysis and system-wide metrics.
- Integrated analysis store to manage analysis state and data.
- Updated Simulation component to include Analyzer and log analysis data.
- Refactored heatmap generation to remove unnecessary console logs.
- Disabled download option in simulation handler for heatmap generation.
- Removed simulation socket initialization from Project component.
- Enhanced SCSS styles for simulation dashboard with pointer-events adjustments.
- Added comprehensive analysis types for various assets including conveyors, vehicles, and machines.
- Deleted package-lock.json to resolve dependency issues.
2025-12-15 12:00:10 +05:30
3f594482e9 Update package versions and refactor components for improved functionality and readability 2025-12-09 10:41:30 +05:30
Nalvazhuthi
b03e7be1c7 Updated 2025-10-17 15:31:46 +05:30
267ba2b054 feat: Add simulation dashboard functionality and styles
- Implemented helper functions for retrieving and updating block and element styles.
- Added handlers for background color and alpha changes.
- Created a function to resolve element values based on data bindings.
- Introduced a data model update function for managing simulation data.
- Developed a comprehensive CSS stylesheet for the simulation dashboard layout and components.
- Integrated the DashboardEditor component into the MainScene for enhanced user interaction.
- Updated Tools component to support new drawing tools and functionalities.
- Defined new TypeScript types for better type safety in the simulation dashboard.
2025-10-15 16:31:33 +05:30
31e862138f Merge remote-tracking branch 'remotes/origin/dev-heatmap' into feature/layout-comparison-version
added heatMap view in layoutComparsion
2025-10-15 15:18:59 +05:30
e00bccb357 created new window 2025-10-13 10:44:17 +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
4d21843c05 package.lock 2025-09-18 18:13:11 +05:30
b0b71b3db5 added dissolve material 2025-09-16 09:53:19 +05:30
af671adfcb chore: update package dependencies and improve heatmap output handling 2025-09-09 08:59:45 +05:30
11c0994833 schema change 2025-08-20 17:00:27 +05:30
5997993925 feat: Update package-lock.json to change 'dev' to 'devOptional' for several dependencies and add @testing-library/dom package 2025-08-01 12:08:13 +05:30
32bce9ca24 unwanted package removed 2025-07-22 16:59:47 +05:30
786e6cb6d9 refactor: added pref 2025-07-22 14:36:03 +05:30
5a0978560c feat: Enhance vehicle simulation with draggable path points and interactive controls 2025-07-05 11:16:31 +05:30
8ee579fab7 fix: correct project name spelling from "Aallai" to "Aalai" across multiple files 2025-07-01 13:18:22 +05:30
35f9e62ec0 refactor: update project name and branding to Aallai 2025-07-01 13:15:33 +05:30
e22a2dc275 first commit 2025-06-10 15:28:23 +05:30