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 progress bar to gallery #2399

Merged
merged 2 commits into from
Apr 27, 2023
Merged

Add progress bar to gallery #2399

merged 2 commits into from
Apr 27, 2023

Conversation

willmcgugan
Copy link
Collaborator

  • Adds progress bar to gallery
  • Removes deleted messages

@willmcgugan
Copy link
Collaborator Author

#executivedecision docs update

@willmcgugan willmcgugan merged commit 55e1987 into main Apr 27, 2023
@willmcgugan willmcgugan deleted the progress-bar-docs branch April 27, 2023 10:37
Comment on lines +109 to +113
| 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. |
Copy link
Contributor

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, a vscode extension

Copy link
Contributor

@rodrigogiraoserrao rodrigogiraoserrao left a 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.

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