safrazik / vue-file-agent

The most beautiful and full featured file upload component for Vue JS
https://safrazik.github.io/vue-file-agent/
MIT License
731 stars 93 forks source link

Showing a Loader while image or video is being loaded ( When image or video is large in size) for good user experience #204

Open jaybharadia opened 1 year ago

jaybharadia commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, When an image is loaded from api, there is no loader to display while the file is being fetched by browser in background. Please have a look at video. vokoscreenNG-2022-12-18_19-32-06.webm

Describe the solution you'd like We can have a loader to display. image image

jaybharadia commented 1 year ago

PR #205 Closes this Request.