-
Notifications
You must be signed in to change notification settings - Fork 16
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
Improvements for Download videos #279
Conversation
public struct CircleProgressView: View { | ||
public init () { | ||
} | ||
|
||
public var body: some View { | ||
ProgressBar(size: 30, lineWidth: 1.75) | ||
} | ||
} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Improvements for Download videos functionality #251
Create an alert about the deletion of a downloaded video #264
Add an alert when a downloaded video is deleted #265
Screen.Recording.2024-02-08.at.12.51.58.mov