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

Improvements for Download videos #279

Merged

Conversation

eyatsenkoperpetio
Copy link
Contributor

@eyatsenkoperpetio eyatsenkoperpetio commented Feb 8, 2024

rnr
rnr previously approved these changes Feb 8, 2024
Comment on lines 18 to 25
public struct CircleProgressView: View {
public init () {
}

public var body: some View {
ProgressBar(size: 30, lineWidth: 1.75)
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

The ProgressBar itself is circular, then why its needed to define it again? Can't we use it directly, like we are using it in the whole codebase?

Copy link
Contributor

@saeedbashir saeedbashir left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@volodymyr-chekyrta volodymyr-chekyrta merged commit 291a399 into openedx:develop Feb 12, 2024
3 checks passed
@rnr rnr deleted the feat/improvements-download-251 branch February 29, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants