commented out old .makePreviews(..)

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-03-16 23:35:19 +03:00
parent ee0453c3d7
commit 06298e0641

View File

@ -419,8 +419,7 @@ var SharpActions = actions.Actions({
// XXX what should we return??? // XXX what should we return???
return to }) }) }) })], return to }) }) }) })],
// XXX should we split this into a session and global versions /* XXX
// a-la .makeResizedImage(..)???
// XXX this does not update image.base_path -- is this correct??? // XXX this does not update image.base_path -- is this correct???
// XXX make index dir hidden... // XXX make index dir hidden...
// XXX BROKEN: this seems not to do anything now... // XXX BROKEN: this seems not to do anything now...
@ -555,6 +554,7 @@ var SharpActions = actions.Actions({
logger logger
&& logger.emit('skipped', `${gid} / ${size}`) && logger.emit('skipped', `${gid} / ${size}`)
}) })) })], }) })) })],
//*/
// XXX EXPERIMENTAL: need a way to update the index when preview is // XXX EXPERIMENTAL: need a way to update the index when preview is
// created (if we did not navigate away) // created (if we did not navigate away)
// - we could abort the update if we go away... // - we could abort the update if we go away...