diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index 792ae0d4..47036389 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -47,7 +47,11 @@ var MAIN_COLLECTION_TITLE = 'ALL' // XXX handle tags here??? // ...keep them global or local to collection??? // global sounds better... -// XXX local tags: bookmarked, selected... +// XXX local tags: +// - save -- done, test +// - load +// - save/merge use... +// XXX selection/tag based .collect()/.uncollect() actions... // XXX undo... var CollectionActions = actions.Actions({ config: { @@ -58,8 +62,6 @@ var CollectionActions = actions.Actions({ 'collection-save-crop-state': 'all', // List of tags to be stored in a collection, unique to it... - // - // XXX this is not used yet... 'collection-local-tags': [ 'bookmark', 'selected',