minor stuff...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-09 04:32:42 +03:00
parent 46b7114062
commit 0cd4f3ab1a
2 changed files with 8 additions and 4 deletions

View File

@ -68,8 +68,8 @@ core.ImageGridFeatures.Feature('viewer-testing', [
//*/
// XXX EXPERIMENTAL: virtual-dom based ribbons...
'ui-partial-ribbons-vdom',
'-ui-image-marks',
'-ui-image-bookmarks',
//'-ui-image-marks',
//'-ui-image-bookmarks',
'-ui-partial-ribbons',
'-ui-partial-ribbons-2',
//*/

View File

@ -489,15 +489,14 @@ object.makeConstructor('VirtualDOMRibbons',
// - image update (try and avoid external edits and do it in .virtualdom)
// - image size/proportions (single image view)...
// - preview update...
// - marking
// - shifting images/ribbons
// - use .virtualdom.sync() + shadow animation instead of .ribbons.*
// ...the added marker div messes up virtual-dom...
// - would be nice to make this an alternative feature...
// ...split out ribbon editing into a feature and do two
// implementations, the original and virtualdom...
// - ranges and make marks more modular...
//
//
var PartialRibbonsActions = actions.Actions({
config: {
@ -559,6 +558,11 @@ module.PartialRibbons = core.ImageGridFeatures.Feature({
exclusive: ['ui-partial-ribbons'],
depends: [
'ui',
// disabled stuff...
// XXX is this the right spot for these...
'-ui-image-marks',
'-ui-image-bookmarks',
],
suggested: [
'ui-partial-ribbons-precache',