RcloneBrowser icon indicating copy to clipboard operation
RcloneBrowser copied to clipboard

Job Widget UI issues when sending multiple small files

Open joshkerr opened this issue 4 years ago • 1 comments

The Job Widget shows a horizontal progress bar when sending or receiving a file that shows the percentage of the transfer. This widget appears and disappears with each file successfully transferred. If transferring a lot of small files, this bar will appear and disappear quite often. The problem is..

When the bar appears and disappears, it causes the entire contents below the widget to shift up and down. This makes it impossible to use the UI below the current transferring file because the interface is shifting up and down every few seconds. The correct thing to do is to make the progress bars fixed on the interface. Don't hide and show them, just update them. This would fix the issue.

joshkerr avatar May 31 '21 01:05 joshkerr

Thx for noticing it. I will try to find a way to fix it.

kapitainsky avatar May 31 '21 11:05 kapitainsky