some testing + notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-05 03:17:07 +03:00
parent 2c56caf2e1
commit f96a9cf171
2 changed files with 4 additions and 5 deletions

View File

@ -66,7 +66,7 @@ core.ImageGridFeatures.Feature('viewer-testing', [
'ui-partial-ribbons-2', 'ui-partial-ribbons-2',
'-ui-partial-ribbons', '-ui-partial-ribbons',
//*/ //*/
/*/ XXX EXPERIMENTAL... // XXX EXPERIMENTAL...
'ui-partial-ribbons-vdom', 'ui-partial-ribbons-vdom',
'-ui-partial-ribbons', '-ui-partial-ribbons',
'-ui-partial-ribbons-2', '-ui-partial-ribbons-2',

View File

@ -486,16 +486,15 @@ object.makeConstructor('VirtualDOMRibbons',
/*********************************************************************/ /*********************************************************************/
// XXX TODO: // XXX TODO:
// - image size/proportions (single image view) // - image update (try and avoid external edits and to it in .virtualdom)
// - image size/proportions (single image view)...
// - preview update...
// - marking... // - marking...
// - shifting images/ribbons // - shifting images/ribbons
// - use .virtualdom.sync() + shadow animation instead of .ribbons.* // - use .virtualdom.sync() + shadow animation instead of .ribbons.*
// - would be nice to make this an alternative feature... // - would be nice to make this an alternative feature...
// ...split out ribbon editing into a feature and do two // ...split out ribbon editing into a feature and do two
// implementations, the original and virtualdom... // implementations, the original and virtualdom...
// - current image indicator...
// - ribbon rotation: .ribbonRotation(..) / .rotateRibbonCW(..) / ..
// - cropping???
// //
var PartialRibbonsActions = actions.Actions({ var PartialRibbonsActions = actions.Actions({