From eea835f065bd5f3d3eddb09b77acd885073037af Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 24 Aug 2017 16:00:02 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index 04c240b0..5d74a99e 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -47,6 +47,11 @@ var widgets = require('features/ui-widgets') // global sounds better... // XXX undo... var CollectionActions = actions.Actions({ + config: { + // XXX add default collection list to config... + 'default-collections': [ + ], + }, // Format: // { @@ -470,6 +475,7 @@ module.Collection = core.ImageGridFeatures.Feature({ //--------------------------------------------------------------------- +// XXX make collections sortable... // XXX do we need a collection button (like crop button?) ??? // XXX show collections in image metadata... var UICollectionActions = actions.Actions({