mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b37daed8be
commit
71be1ccd68
@ -70,6 +70,8 @@ module.COLLECTION_TRANSFER_CHANGES = [
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
// XXX BUG: saving a list of collections when one collection is not
|
||||
// loaded breaks...
|
||||
// XXX undo...
|
||||
var CollectionActions = actions.Actions({
|
||||
config: {
|
||||
@ -1689,6 +1691,8 @@ module.CollectionTags = core.ImageGridFeatures.Feature({
|
||||
// clear and compact tags for all collections...
|
||||
rc
|
||||
&& Object.keys(rc || {})
|
||||
// XXX skip unloaded collections...
|
||||
.filter(function(title){ return !!rc[title].data })
|
||||
.forEach(function(title){
|
||||
var tags = c[title].local_tags || {}
|
||||
var rtags = {}
|
||||
@ -1913,6 +1917,8 @@ module.AutoCollections = core.ImageGridFeatures.Feature({
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
// XXX show collections in image metadata... (???)
|
||||
// XXX might be nice to indicate if a collection is loaded -- has .data...
|
||||
// XXX rename collection ui...
|
||||
var UICollectionActions = actions.Actions({
|
||||
config: {
|
||||
// Global default collections...
|
||||
@ -2245,8 +2251,6 @@ module.UICollection = core.ImageGridFeatures.Feature({
|
||||
// XXX collection id...
|
||||
// XXX Things to try/do:
|
||||
// - save collection on exit/write (?)
|
||||
// - lazy load collections (load list, lazy-load data)
|
||||
// - collection index
|
||||
// - load directories as collections (auto?)...
|
||||
// - export collections to directories...
|
||||
// - auto-export collections (on save)...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user