This commit is contained in:
Bobby Wibowo 2019-11-26 19:47:15 +07:00
parent ac81a9b57f
commit 603b6b4b83
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
5 changed files with 4 additions and 6 deletions

View File

@ -31,7 +31,7 @@ Due to the fact that it needs to have `page` variable defined first, it can't ev
This may prevent proper async load of JS assets, which I'd like to look into, in pursuit of even more speed.
* [ ] Remember last pages of uploads & users lists.
Consider remembering last pages of each individual albums as well. When deleting an album, properly delete its remembered last page, if any. When listing albums sidebar and/or listing albums in Manage your albums, also delete remembered last pages of any missing albums (assume the albums were deleted from another device).
* [ ] Descriptive upload progress. Upload speed. Also tell user which chunk is currently being uploaded, to avoid confusion when progress "stops" when shifting to the next chunk.
* [ ] Descriptive upload progress, such as upload speed. Also tell user which chunk is currently being uploaded, to avoid confusion when progress "stops" when shifting to the next chunk.
Low priority:

2
dist/js/home.js vendored

File diff suppressed because one or more lines are too long

2
dist/js/home.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -366,8 +366,6 @@ page.prepareDropzone = () => {
file.previewElement.querySelector('.name').innerHTML = file.name
file.previewElement.querySelector('.error').innerHTML = error.description || error
})
this.on('timeout', console.log)
},
chunksUploaded (file, done) {
file.previewElement.querySelector('.progress').setAttribute('value', 100)

View File

@ -1,5 +1,5 @@
{
"1": "1574669887",
"1": "1574772425",
"2": "1568894058",
"3": "1568894058",
"4": "1568894058",