nuxt-hub / core

Build full-stack applications with Nuxt on CloudFlare, with zero configuration.
https://hub.nuxt.com
Apache License 2.0
982 stars 56 forks source link

Allow select multiple and select all in blob view #334

Open onmax opened 3 weeks ago

onmax commented 3 weeks ago

Is your feature request related to a problem? Please describe.

Allow multiple selection and select all in the blob view. Once they are selected, we can allow them to be deleted. The implementation should be such that it's extensible for the future. So we can add "rename" and "move directory".

I need to remove over 100 images and currently there is no easy way.

We could also allow selecting folder and delete them. Currently the UI does not support that

Describe alternatives you've considered

none

Additional context

I can implement it myself if that's ok :)

atinux commented 2 weeks ago

Hey @onmax

It would be great if you mind sharing a small example with Nuxt UI to have multiselect as you imagine!

One solution could be the Shift + Click and CMD + Click like in the most files finder, wdyt?