fix: Show total count of patches instead of just the executed ones#3391
Conversation
Updated text to show total steps instead of filtered steps, so the denominator is stable
|
Man I recall there was a good reason why it was the way it was now, but I can't remember it and since there's no comment saying why, this lgtm lol |
iirc it was something along the lines that the patcher process was unpredictable - dont quote me on this tho |
|
Thanks Soda |
I think that's for sorting the patches/displaying them all before they're completed. Not necessarily the step size. |
|
tested and works wondefully, thanks Soda 💖 |
# app [2.7.0-dev.6](v2.7.0-dev.5...v2.7.0-dev.6) (2026-06-04) ### Bug Fixes * Show total count of patches instead of just the executed ones ([#3391](#3391)) ([34736dd](34736dd))
Updated text to show total steps instead of filtered steps, so the denominator is stable.
Fixes #3028