Skip to content

fix progress bar label stuck at 0%#78

Merged
mrhyde merged 1 commit into
mainfrom
worktree-fix-progress-label
May 28, 2026
Merged

fix progress bar label stuck at 0%#78
mrhyde merged 1 commit into
mainfrom
worktree-fix-progress-label

Conversation

@mrhyde

@mrhyde mrhyde commented May 28, 2026

Copy link
Copy Markdown
Collaborator

setShowLabel(true) baked in 0% and setValue() only updated the label if it already existed, so the chained order in ProgressCell left the number stuck. Track the value on the instance and render it whenever the label is (re)created.

Fixes #76

@mrhyde mrhyde merged commit 88b28b8 into main May 28, 2026
2 checks passed
@mrhyde mrhyde deleted the worktree-fix-progress-label branch May 28, 2026 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Progress percentage not updating in task mode

1 participant