Commit Graph

6 Commits

Author SHA1 Message Date
Nalvazhuthi 2ad1006de4 updating UI 2025-05-03 17:28:46 +05:30
Vishnu 135633ef7a Refactor logging components and styles; remove unused CSS; enhance log icon functionality
- Removed the random color generation function from ProductionCapacity component.
- Updated ThroughputSummary component to remove unused imports.
- Simplified LogList component by removing unnecessary icons and integrating GetLogIcon for log types.
- Enhanced LoggerContext to support a new "success" log type and optimized logger methods with useMemo.
- Adjusted SimulationPlayer to conditionally render analysis components.
- Deleted index.css and removed its import from index.tsx.
- Cleaned up builder module by removing unused imports and optimizing state management.
- Removed savedTheme from Ground component.
- Changed log message from info to warning in Project component.
- Updated log color variables in SCSS files for better visibility and consistency.
- Added new log icons for success, error, info, and warning in LogIcons component.
- Created GetLogIcon utility to streamline log icon rendering based on log type.
2025-05-03 15:20:52 +05:30
Nalvazhuthi c187a07b22 updating UI 2025-05-03 10:03:39 +05:30
Nalvazhuthi 4b7a868d1a added logs list 2025-05-02 17:14:36 +05:30
Nalvazhuthi 38161fb733 updated simulation player 2025-04-29 17:54:36 +05:30
Nalvazhuthi cc44826f66 updating progressbar 2025-04-29 10:34:21 +05:30