yy4382 / s3-image-port

A dashboard to manage your images in S3 buckets. Can be used as a image hosting service.
https://iport.yfi.moe
Apache License 2.0
29 stars 14 forks source link

feat: use filepond to upload files #21

Closed BlockLune closed 5 months ago

BlockLune commented 6 months ago

This is an experimental exploration that needs further discussion and validation!

The current file uploader is ugly and I found FilePond -- a well designed and featured file uploader.

However, I haven't completely figured out how to use this component in this Nuxt project, and it's also a question of how to adjust the style of this component to harmonize it with the overall project style.

Maybe the best and easiest way is waiting https://github.com/nuxt/ui/issues/1422?

yy4382 commented 5 months ago

Won't use filepond. Let's build from scratch!