mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-01 03:44:12 -04:00
- Updated the DaemonConnector to utilize a new type-safe Event enum, improving clarity and maintainability. - Refactored job event handling to use structured data types for job progress and completion, enhancing real-time tracking. - Removed the obsolete generate_event_samples.rs file to streamline the codebase. - Enhanced serialization and deserialization processes for various data structures to ensure compatibility with the Rust daemon output. - Updated Swift type generation to reflect changes in event structure and improve type safety.