Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-08-30 17:14:55 +03:00
parent 6cbf121cc9
commit 7cd7265b2b

View File

@ -47,7 +47,11 @@ var MAIN_COLLECTION_TITLE = 'ALL'
// XXX handle tags here??? // XXX handle tags here???
// ...keep them global or local to collection??? // ...keep them global or local to collection???
// global sounds better... // 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... // XXX undo...
var CollectionActions = actions.Actions({ var CollectionActions = actions.Actions({
config: { config: {
@ -58,8 +62,6 @@ var CollectionActions = actions.Actions({
'collection-save-crop-state': 'all', 'collection-save-crop-state': 'all',
// List of tags to be stored in a collection, unique to it... // List of tags to be stored in a collection, unique to it...
//
// XXX this is not used yet...
'collection-local-tags': [ 'collection-local-tags': [
'bookmark', 'bookmark',
'selected', 'selected',