mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 14:08:45 -04:00
- Added support for handling file conflicts during copy operations by introducing an `on_conflict` field in `FileCopyInput`. - Updated the `run_copy_with_confirmation` function to prompt users for conflict resolution choices (overwrite, rename, abort). - Enhanced the `FileCopyAction` to apply conflict resolution strategies based on user input. - Refactored related validation and execution logic to accommodate new conflict handling features. Co-authored-by: ijamespine <ijamespine@me.com>