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

Add dynamic start angle functionality to CircleProgressIndicator #181

Merged
merged 2 commits into from
May 24, 2024

Conversation

leewyatt
Copy link
Contributor

@leewyatt leewyatt commented May 21, 2024

The update made to the CircleProgressIndicator and CircleProgressIndicatorSkin allows the start angle of the progress arc to be dynamically changed. This is done by binding a new startAngle property to the existing progressArc's startAngle property. The start angle of the progress arc can be customized using the setStartAngle method, which will update the visually displayed progress.

Add SemiCircleProgressIndicator
image

leewyatt added 2 commits May 22, 2024 01:04
The update made to the CircleProgressIndicator and CircleProgressIndicatorSkin allows the start angle of the progress arc to be dynamically changed. This is done by binding a new startAngle property to the existing progressArc's startAngle property. The start angle of the progress arc can be customized using the setStartAngle method, which will update the visually displayed progress.
The CircleProgressIndicator has been refactored to ArcProgressIndicator. A new SemiCircleProgressIndicator has been introduced with its related functionalities. The skin classes for these indicators have also been updated. Furthermore, the corresponding CSS styles have been renamed and modified to match the new progress indicators.
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
8.2% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@dlemmermann dlemmermann merged commit adf3173 into master May 24, 2024
2 of 4 checks passed
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