mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
Backend: - Add create_directory() method to VolumeBackend trait - Implement LocalBackend and CloudBackend create_directory - Create FileRenameAction with filename validation - Create CreateFolderAction with optional items parameter Frontend: - Add rename state to SelectionContext (renamingFileId, startRename, cancelRename, saveRename) - Create InlineNameEdit component for inline file name editing - Integrate inline editing in GridView FileCard and ListView TableRow - Wire up explorer.renameFile keybind (Enter key) - Add context menu items: Rename, New Folder, New Folder with Items