mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 05:59:16 -04:00
- Removed unnecessary whitespace in `cqrs.rs` to enhance code cleanliness. - Reorganized imports in `addressing.rs` for better clarity and consistency. - Introduced new input types for actions, including `Input` associated types in `CoreAction` and `LibraryAction`, promoting a more modular design. - Updated action implementations to utilize the new input structures, improving maintainability and reducing redundancy. - Enhanced event handling in `event.rs` to ensure proper library ID filtering. These changes improve the overall structure and maintainability of the action and query systems while ensuring a consistent API surface.