You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to collect (and discuss) suggestions for improvements of the FileSystem drawer UI, making it (hopefully) even more useful and intuitive.
Suggested improvements:
Dragging a folder onto itself in the directory tree view at the top yields a big Cannot move a folder into itself error dialog (Screenshot). Suggestion: Remove this error and do nothing or just log it.
The context menu for both the top and the bottom part is only available when right clicking existing items. So you have to right click an existing folder or file to create a new folder. Suggestion: Add a default context menu when right clicking the background that allows creating folders and Show In File manager.
The Create New Resource dialog is currently only available via the inspector, not via the FileSystem drawer. Suggestion: Add New resource.. option to the context menu(s), next to New folder.
In addition to the above, add a new icon next to the list icon and search bar which allows to create new folders and resources.
What do you think? Other suggestions?
The text was updated successfully, but these errors were encountered:
Regarding dragging onto itself this should probably be tested for in the drag & drop logic and not accept the drag if it would move a folder into itself.
Seeing everything but the resource thing got implemented, I'll close this and open a separate issue for that later. Thanks for working on this, MillionOstrich!
This issue is to collect (and discuss) suggestions for improvements of the FileSystem drawer UI, making it (hopefully) even more useful and intuitive.
Suggested improvements:
Cannot move a folder into itself
error dialog (Screenshot). Suggestion: Remove this error and do nothing or just log it.Show In File manager
.Create New Resource
dialog is currently only available via the inspector, not via the FileSystem drawer. Suggestion: AddNew resource..
option to the context menu(s), next toNew folder
.What do you think? Other suggestions?
The text was updated successfully, but these errors were encountered: