2c3747292802a23618961d62ecf80b4d10c6b7a7
- Introduced `useIsDragging` and `useIsRotating` stores to manage dragging and rotating states. - Each store maintains its own state and provides setter functions. refactor: Enhance storage unit and vehicle stores - Added `clearStorageUnits` and `clearvehicles` methods to clear respective stores. - Prevent duplicate entries in `addStorageUnit` and `addVehicle` methods by checking for existing model UUIDs. style: Update SCSS variables and improve styling consistency - Refactored background gradient variables for better readability. - Introduced log indication colors for better visual feedback. - Cleaned up and organized styles in various components for improved maintainability. chore: Remove unused ROISummary styles - Deleted `ROISummary.scss` as it was no longer needed. feat: Implement new analysis component styles - Created `analysis.scss` for the new analysis component layout and styles. - Added styles for various sections including metrics, throughput values, and progress bars. fix: Update main styles import - Adjusted imports in `main.scss` to reflect the new structure and removed obsolete imports.
…
Description
No description provided
Languages
TypeScript
90.1%
SCSS
9.2%
JavaScript
0.3%
HTML
0.2%
CSS
0.1%