-
Notifications
You must be signed in to change notification settings - Fork 252
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 insert_after / insert_before to MultiProgress #331
Conversation
Introduce internal InsertLocation enum to clarify MultiProgress:push
Here's a rough cut of what I propose :) I'm thinking it may actually be better for insert_after/before to take &ProgressBar. Otherwise if you miss a |
Otherwise the user risks dropping the ProgressBar they are using for relative placement.
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.
Thanks, this looks good! Some comments below.
Thanks! |
Thank you too :) |
Also introduce internal InsertLocation enum to clarify MultiProgress:push