mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 19:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6cbf121cc9
commit
7cd7265b2b
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user