Refactor uploads GUI so that each upload POST has one progess bar, and a list of files, with partial styling

This commit is contained in:
Micah Lee 2018-05-19 22:36:08 -07:00
parent caf87b8d96
commit ee9c0d0abb
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
6 changed files with 120 additions and 70 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

View file

@ -191,6 +191,6 @@
"gui_uploads": "Upload History",
"gui_uploads_window_tooltip": "Show/hide uploads",
"gui_no_uploads": "No uploads yet.",
"gui_upload_in_progress": "Upload in progress, started {}",
"gui_upload_in_progress": "Upload Started {}",
"gui_upload_finished": "Uploaded {} to {}"
}