mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 00:16:21 +00:00
Clean up
This commit is contained in:
parent
ac81a9b57f
commit
603b6b4b83
2
TODO.md
2
TODO.md
@ -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
2
dist/js/home.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/home.js.map
vendored
2
dist/js/home.js.map
vendored
File diff suppressed because one or more lines are too long
@ -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)
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"1": "1574669887",
|
||||
"1": "1574772425",
|
||||
"2": "1568894058",
|
||||
"3": "1568894058",
|
||||
"4": "1568894058",
|
||||
|
Loading…
Reference in New Issue
Block a user