cieslarmichal / bucketeer

A platform for seamless file exploration and transfer to and from AWS S3. Focuses on serving images and videos.
5 stars 0 forks source link

[FE] add progress bar on files upload #117

Closed cieslarmichal closed 1 week ago

cieslarmichal commented 1 month ago

lets add some progress, after each fulfilled backend request, so lets say we have 100 photos and we upload 10 per request so I would add 10 steps on the bar

DeutscherDude commented 1 week ago

@cieslarmichal - how about this? I think I could also add an overlay on hover, that shows how many items have been already processed :)

Screencast from 2024-10-18 19-12-28.webm

DeutscherDude commented 1 week ago

Screencast from 2024-10-18 19-45-18.webm

Thought its nice so added the hover effect :)

DeutscherDude commented 1 week ago

https://github.com/cieslarmichal/bucketeer/pull/126

cieslarmichal commented 1 week ago

done