mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 14:08:45 -04:00
- Updated the action registration macros from `register_action_input!` to `register_library_action_input!` to better reflect their purpose and improve clarity in the codebase. - Adjusted related documentation and input structures to ensure consistency with the new naming convention. - Enhanced the organization of input types for file operations and library management, promoting better modularity and maintainability. These changes improve the clarity and consistency of the action registration process across the codebase.