forked from jkbstepien/rustoscope
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
When running a chain of image processing algorithms, the progress indicator (text showing the current algorithm name) lags behind the actual execution. Specifically, the UI displays the name of the algorithm after it has finished processing, rather than while it is processing.
Current Behavior
Progress updates occur only after an algorithm completes, causing confusion about which algorithm is currently being executed.
Expected Behavior
The UI should update to show "Processing: [Algorithm Name]" before the heavy computation for that algorithm begins, so the user knows what is currently happening. Also the progress bar should reflect the actual progress through the algorithm chain in real-time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels