Lychee
Lychee copied to clipboard
[Enhancement] show thumbnails/previews while uploading
Explain in a few words which functionality or improvements you would like to see in Lychee. when uploading new photos it would be much prettier to see thumbnails of your photos popping up instead of a names list.
I think this should be implemented client side ( https://github.com/LycheeOrg/Lychee-front ) . How is difficult to tell as I have never touched the upload part.
ok, that means I should post this issue there? Does it really make so much sense to split the two projects? Is anyone else using the front code for another backend?
ok, that means I should post this issue there?
No, we can move it.
Does it really make so much sense to split the two projects? Is anyone else using the front code for another backend?
Actually, yes, the v3 is also using it. This avoid code duplication.
Relevant: https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL https://stackoverflow.com/questions/16500848/