update
This commit is contained in:
parent
38a292fd36
commit
0420b04dcb
1 changed files with 4 additions and 1 deletions
|
@ -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**
|
||||
|
|
Loading…
Add table
Reference in a new issue