mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-30 11:23:07 -04: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