diff options
Diffstat (limited to 'doc/design/assistant/blog/day_67__progress_bars.mdwn')
-rw-r--r-- | doc/design/assistant/blog/day_67__progress_bars.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_67__progress_bars.mdwn b/doc/design/assistant/blog/day_67__progress_bars.mdwn new file mode 100644 index 000000000..1110a3c3f --- /dev/null +++ b/doc/design/assistant/blog/day_67__progress_bars.mdwn @@ -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! |