mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
found another minor bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9406d6c5b8
commit
446725ddbf
11
ui/TODO.otl
11
ui/TODO.otl
@ -110,6 +110,17 @@ Roadmap
|
||||
|
||||
[_] 29% Gen 3 current todo
|
||||
[_] 58% High priority
|
||||
[_] BUG: Something is causing previews to reload...
|
||||
| procedure:
|
||||
| - moving left/right in one ribbon
|
||||
| - adjacent ribbon is not moving
|
||||
|
|
||||
| effect:
|
||||
| - previews get reloaded
|
||||
|
|
||||
| expected:
|
||||
| - all unmoving ribbons remain static
|
||||
|
|
||||
[_] Polish: on LOCAL actions do ALL the loading in background...
|
||||
| make the lags completely even...
|
||||
[_] check image caching strategy and thresholds....
|
||||
|
||||
@ -144,6 +144,9 @@ function setupDataBindings(viewer){
|
||||
// head at threshold - roll <-
|
||||
} else if(!at_start && head < threshold){
|
||||
var rolled = rollImages(-roll_frame_size, ribbon)
|
||||
|
||||
} else {
|
||||
console.log('>>> skipping:', r)
|
||||
}
|
||||
|
||||
// we jumped, load new set...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user