mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Removed manual type definitions in favor of generated types from SpacedriveClient, enhancing type safety. - Refactored event handling in DaemonConnector to utilize a new type-safe Event enum for better clarity and maintainability. - Updated job management logic to align with the new event structure, improving real-time job tracking and state management. - Enhanced serialization and deserialization processes for various data structures to ensure compatibility with the Rust daemon output. - Removed obsolete schema generation binary and updated Cargo.toml to reflect changes in dependencies and project structure.