Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multiple rendering of progress bar #1170

Merged
merged 1 commit into from
Feb 6, 2020
Merged

Fix multiple rendering of progress bar #1170

merged 1 commit into from
Feb 6, 2020

Conversation

ChumpChief
Copy link
Contributor

@ChumpChief ChumpChief commented Feb 5, 2020

Progress bar has a bug that clicking "down" and "up" causes it to render multiple instances, rather than updating in place. This change fixes that bug, plus increases model/view separation via event emission as opposed to maintaining a collection of views.

@ChumpChief ChumpChief requested review from kurtb and curtisman February 5, 2020 23:06
Copy link
Member

@curtisman curtisman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ChumpChief ChumpChief merged commit e92d898 into microsoft:master Feb 6, 2020
@ChumpChief ChumpChief deleted the ProgressBarMultipleRender branch February 6, 2020 20:49
This was referenced Nov 5, 2022
jason-ha pushed a commit that referenced this pull request Jan 23, 2025
Bumps [globals](https://github.com/sindresorhus/globals) from 15.10.0 to 15.11.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.10.0...v15.11.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants