-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folder pane needs nice way to delete items from the folder. #298
Comments
We may want to consider incorporating Solid-File-Client that @bourgeoa and I and a team of others have developed over the past three years. It has extensive tests and works in or out of a browser to provide the following operations on container trees : recursive delete, move, copy, zip. We'd have to invent a UI, but the guts of all the major operations are there. |
I'd see it working like this :
|
Valid destination for move, copy, zip could be in same pod or a different pod or local file system, solid-file-client handles all the same including transferring .acl and .meta to local when needed. |
Some additional ideas from chats:
|
Apple has a guiding principle of minimizing the chance of data loss. This leads to confirmations of trashing large folders, among other things. It's sort of like |
Currently, there is no way to delete files ot folders in the folder list, unless you are Developer and have access to the Internals pane.
Possibilities are many
Check other systems and pod browsers for their UI languages.
The text was updated successfully, but these errors were encountered: