summaryrefslogtreecommitdiff
path: root/doc/design/assistant/webapp.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-31 13:08:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-31 13:08:48 -0400
commit0420b04dcb830093d45a0c8ffd02dccb390fe2c7 (patch)
treee19800541f9d1cc79db8d97dcb179b8db7cd3497 /doc/design/assistant/webapp.mdwn
parent38a292fd36c2bae72fb2dafbebf6c41bfcee3bb4 (diff)
update
Diffstat (limited to 'doc/design/assistant/webapp.mdwn')
-rw-r--r--doc/design/assistant/webapp.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index ef8c484d1..eabf8e7f3 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -5,12 +5,15 @@ The webapp is a web server that displays a shiny interface.
* At least in chromium, clicking on the transfer pause or cancel button
sometimes fails. Seen in javascript console:
500 error code from web server.
+ This is quite likely because of how the div containing transfers is refereshed.
+ If instead javascript was used to update the progress bar etc for transfers
+ with json data, the buttons would work better.
## interface
* list of files uploading and downloading **done**
* button to open file browser on repo (`xdg-open $DIR`) **done**
-* progress bars for each file (see [[progressbars]])
+* progress bars for each file (see [[progressbars]]) **done**
* drag and drop to reorder
* cancel, pause, and resume **done**
* keep it usable w/o javascript **done**