-
Notifications
You must be signed in to change notification settings - Fork 815
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 progress bar to gallery #2399
Conversation
willmcgugan
commented
Apr 27, 2023
- Adds progress bar to gallery
- Removes deleted messages
#executivedecision docs update |
| Name | Type | Default | Description | | ||
| ------------ | ------- | ------- | ------------------------------------------------------------------------------------------------------- | | ||
| `percentage` | `float | None` | The read-only percentage of progress that has been made. This is `None` if the `total` hasn't been set. | | ||
| `progress` | `float` | `0` | The number of steps of progress already made. | | ||
| `total` | `float | None` | The total number of steps that we are keeping track of. | |
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.
Do you have a tool/plugin to format tables like this automatically?
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.
Yes, a vscode extension
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.
Looks good to me.