Alexandre Bury
|
6e021867ab
|
ProgressBar now shows a percentage status
The label can be customized though `ProgressBar::with_label`.
|
2016-07-25 23:54:33 -07:00 |
|
Alexandre Bury
|
7283e7f3af
|
Rustfmt
|
2016-07-25 13:39:10 -07:00 |
|
Alexandre Bury
|
5e6222bf23
|
Use intermediate type for the callback promise
Using actual promises would still be better
|
2016-07-25 13:38:13 -07:00 |
|
Alexandre Bury
|
6c71ac14b0
|
More linear progress bar progression
Each cell should receive the same number of ticks
|
2016-07-25 12:18:05 -07:00 |
|
Alexandre Bury
|
47acf1667d
|
Remove brackets from progress bar
It was ugly, really.
Put a Panel (doesn't exist yet) around it if you want.
|
2016-07-24 23:03:59 -07:00 |
|
Alexandre Bury
|
e29511e757
|
Add ProgressBar
Also make Callback its own NewType to add comversion methods.
|
2016-07-24 23:01:09 -07:00 |
|