-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement download file progress bar (#6018)
Fixes #4617 This PR introduces a download progress bar using [indicatif](https://github.com/console-rs/indicatif). I used the default download style they showcase in one of their [examples](https://github.com/console-rs/indicatif/blob/main/examples/download.rs) because I think it fits pretty well to the existing color scheme here. But let me know if you prefer something to be restyled. The gif below shows what it looks like (with middle cut out for the sake of brevity): ![progress-bar](https://user-images.githubusercontent.com/7879134/148504443-1205ee4c-ccec-435b-868b-ebe6a0e6c9b6.gif)
- Loading branch information
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters