Feature description
First off, the new v2.0.0 redesign looks incredible and feels very premium! However, there are two minor UX regressions from the old manager on the active patching screen that make tracking progress a bit difficult.
Currently, the patching progress indicator only shows the current executing step (e.g., 14/15). If a user selected 60 patches, they expect to see something like 14/60 like the old manager had. Additionally, the visual list of executing patches appears in a seemingly random order, whereas the previous manager sorted them alphabetically.

Proposed Solution
- Update the progress counter to display
[current patch] / [total selected patches].
- Sort the visual list of applying
patches in alphabetical (A-Z) order.
Motivation
Showing the total selected patch count is necessary because it gives users a realistic estimate of the overall progress and reassures them that all their specific selections were successfully queued up. Furthermore, A-Z sorting makes it significantly easier to scan the list and verify exactly which patches are applying in real-time. Together, these small tweaks bring back the transparent progress tracking from older versions while maintaining the beautiful new UI.
Acknowledgements
Feature description
First off, the new v2.0.0 redesign looks incredible and feels very premium! However, there are two minor UX regressions from the old manager on the active patching screen that make tracking progress a bit difficult.
Currently, the patching progress indicator only shows the current executing step (e.g., 14/15). If a user selected 60 patches, they expect to see something like 14/60 like the old manager had. Additionally, the visual list of executing patches appears in a seemingly random order, whereas the previous manager sorted them alphabetically.

Proposed Solution
[current patch]/[total selected patches].patches in alphabetical (A-Z) order.
Motivation
Showing the total selected patch count is necessary because it gives users a realistic estimate of the overall progress and reassures them that all their specific selections were successfully queued up. Furthermore, A-Z sorting makes it significantly easier to scan the list and verify exactly which patches are applying in real-time. Together, these small tweaks bring back the transparent progress tracking from older versions while maintaining the beautiful new UI.
Acknowledgements