mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
Replace confusing RegisterOnly action with clearer ShareLocalLibrary and JoinRemoteLibrary actions. Add placeholder for future MergeLibraries. - Remove RegisterOnly from LibrarySyncAction enum - Add ShareLocalLibrary (share your library to remote device) - Add JoinRemoteLibrary (join existing remote library) - Add MergeLibraries stub for future implementation - Update CLI with three-option menu instead of two - Simplify CLI arg parsing for new actions The new UX is clearer: users choose to either share their library or join a remote one, instead of the ambiguous "register only" concept.