diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/syncing.mdwn | 3 | ||||
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index d75e00da7..58b3257e3 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -3,9 +3,6 @@ all the other git clones, at both the git level and the key/value level. ## immediate action items -* There's apparently a race, as sometimes pausing a transfer causes it to start - one of the other queued transfers. - ## longer-term TODO * Test MountWatcher on LXDE. 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** |