diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-31 13:08:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-31 13:08:48 -0400 |
commit | 0420b04dcb830093d45a0c8ffd02dccb390fe2c7 (patch) | |
tree | e19800541f9d1cc79db8d97dcb179b8db7cd3497 /doc | |
parent | 38a292fd36c2bae72fb2dafbebf6c41bfcee3bb4 (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 5 |
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** |