Files
spacedrive/packages/interface
Jamie Pine 06f0406b82 feat: Implement file rename and folder creation operations (FILE-004)
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
2025-12-24 08:59:54 -08:00
..
2025-11-14 21:31:21 -08:00
2025-12-01 13:33:00 -08:00