Skip to content

Progress Bar Shows Incorrect Behaviour During Processing #41

@Marek55S

Description

@Marek55S

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions