mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
- Added `library_id` field to the `Context` struct to manage library-specific operations. - Introduced `with_library_id` and `set_library_id` methods for setting the library ID in the `Context`. - Updated various command implementations to utilize the new library ID handling, improving the accuracy of library-related queries. - Refactored query and action calls to use input structs instead of query structs, enhancing type safety and clarity across the application. - Improved error handling and response deserialization in query execution macros, ensuring robust interaction with the core API.