Progress indicator in browser tab when using batch #3848
EgbertVenema
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
server-side, browser uses |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the progress % in the browser tab displays the percentage of the current image. When using a batch (not parallel), it would be nice to see how far in the batch we are. So instead of just "49%", it could say "49% 7/12" to indicate we're at image 7 of 12.
I've found the code where the value is set, but it appears the batch size is nowhere to be found at that point. It would probably include forwarding such a parameter down the stack.
In case this is not deemed worth the effort, can you please help me find the batch size value at runtime in the code? I can always give it a go myself :)
Beta Was this translation helpful? Give feedback.
All reactions