supabase
supabase copied to clipboard
Can't multi select, or select all on Supabase Storage dashboard UI
Bug report
Describe the bug
You can not do the following:
- "select all" in storage viewer.
- select individual items, so you can do block actions like "download all"
https://user-images.githubusercontent.com/8291514/203757563-f36bae8d-b68a-4356-9680-06e058d2a7b6.mov
Expected behavior
to multi select items
Screenshots
If applicable, add screenshots to help explain your problem.
System information
- OS: [e.g. macOS, Windows]
- Browser (if applies) [e.g. chrome, safari]
- Version of supabase-js: [e.g. 6.0.2]
- Version of Node.js: [e.g. 10.10.0]
Additional context
Add any other context about the problem here.
Hey @MildTomato, I am looking at this issue and right now you can do:
and this will give you a zip with:
- folder5
- folder8
- image3.png
- image2.png
- image1.png
but if there was an image in folder6 you wouldn't be able to select it at the same time because you can only select items that you can see in the columns. Is that the desired behavior or do you want to be able to select multiple folders?