blog for the day
This commit is contained in:
parent
0dd7860393
commit
d7b9f14298
1 changed files with 10 additions and 0 deletions
10
doc/design/assistant/blog/day_67__progress_bars.mdwn
Normal file
10
doc/design/assistant/blog/day_67__progress_bars.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
|||
Got the webapp's progress bars updating for downloads. Updated
|
||||
[[progressbars]] with all the options for ways to get progress info. For
|
||||
downloads, it currently uses the easy, and not very expensive, approach of
|
||||
periodically polling the sizes of files that are being downloaded.
|
||||
|
||||
For uploads, something more sophisticated will be called for..
|
||||
|
||||
---
|
||||
|
||||
The webapp really feels alive now that it has progress bars!
|
Loading…
Reference in a new issue