mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-01 11:53:36 -04:00
- Introduced new data structures for library and job information to align with the Rust daemon output. - Implemented real-time job tracking by fetching the current job list and subscribing to job events. - Enhanced event handling to manage job states (started, progress, completed, failed, paused, resumed) effectively. - Improved logging for connection status and job events to aid in debugging and user experience. - Updated JobInfo model to allow mutable properties for better state management during job updates.