wisp-gg / frontend

The frontend for WISP Game Panel
https://wisp.gg
MIT License
41 stars 15 forks source link

Web File Browser Enhancements #406

Open pedrotski opened 1 year ago

pedrotski commented 1 year ago

Describe the feature and why you would like to see it.

Bring it more inline with modern file browser standards in general, so it makes managing files faster for the end user.

Describe the solution you'd like.

  1. Allow overwriting existing files with a modal prompt instead of renaming it. Most people are uploading plugins, so having to go in and delete multiple plugins then upload the new ones is slow. This is the expected result, even on Windows itself. You drag files into a folder and it overwrites them.
  2. Allow multiple file uploads at once. Currently, it will only upload the single file you drag in and to the end user they think everything they have selected has been uploaded.
  3. Remove the "double back" buttons. When you go 2 nests deep into a file browser, it will display a back button to the previous folder, as well as a button to go back to the root directory. Simply display the normal previous folder back button as we have breadcrumbs above it to go back to the root or specific folder.

Optional additional context to this request.

N/A

pedrotski commented 8 months ago

Can this please be added. This is one of the more common complaints we get.