mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-12 23:46:22 +00:00
Updated
Fixed Gulp not rebuilding fontello CSS on development mode. Updated dashboard's thumbs view to only call LazyLoad's update function once. Bumped v1 version string.
This commit is contained in:
parent
2e40124c62
commit
0baf6b9275
2
dist/js/dashboard.js
vendored
2
dist/js/dashboard.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/dashboard.js.map
vendored
2
dist/js/dashboard.js.map
vendored
File diff suppressed because one or more lines are too long
@ -122,7 +122,7 @@ gulp.task('default', gulp.series('lint', 'clean', 'build', 'exec:bump-versions')
|
||||
gulp.task('watch:css', () => {
|
||||
return gulp.watch([
|
||||
'src/**/*.css'
|
||||
], gulp.series('clean:css', 'build:css'))
|
||||
], gulp.series('clean:css', 'build:css', 'build:fontello'))
|
||||
})
|
||||
|
||||
gulp.task('watch:js', () => {
|
||||
|
@ -645,8 +645,11 @@ page.getUploads = (params = {}) => {
|
||||
|
||||
table.appendChild(div)
|
||||
page.checkboxes[page.currentView] = table.querySelectorAll('.checkbox[data-action="select"]')
|
||||
page.lazyLoad.update()
|
||||
}
|
||||
|
||||
// Scrolling from bottom to top
|
||||
// will cause all thumbs to be loaded in advance anyway
|
||||
page.lazyLoad.update()
|
||||
} else {
|
||||
page.dom.innerHTML = `
|
||||
${pagination}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"1": "1569041231",
|
||||
"1": "1569126344",
|
||||
"2": "1568894058",
|
||||
"3": "1568894058",
|
||||
"4": "1568894058",
|
||||
|
Loading…
Reference in New Issue
Block a user