mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
still working on save comments...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
09202c09f6
commit
1559a6fc42
@ -839,6 +839,7 @@ var FileSystemCommentsActions = actions.Actions({
|
||||
}],
|
||||
})
|
||||
|
||||
|
||||
var FileSystemComments =
|
||||
module.FileSystemComments = core.ImageGridFeatures.Feature({
|
||||
title: '',
|
||||
@ -868,6 +869,7 @@ module.FileSystemComments = core.ImageGridFeatures.Feature({
|
||||
}
|
||||
}],
|
||||
|
||||
// prepare comments for saving to "comments/<keyword>"...
|
||||
['prepareIndexForWrite',
|
||||
function(res){
|
||||
var changed = this.changes == null
|
||||
@ -1009,18 +1011,28 @@ module.FileSystemSaveHistory = core.ImageGridFeatures.Feature({
|
||||
|
||||
if(comments && comments.current){
|
||||
res
|
||||
.then(function(){
|
||||
.then(function(res){
|
||||
comments[that.location.from] = comments.current
|
||||
delete comments.current
|
||||
|
||||
return res
|
||||
})
|
||||
}
|
||||
|
||||
delete this.unsaved_index
|
||||
}],
|
||||
|
||||
// XXX merge comments...
|
||||
// ...not yet sure how...
|
||||
['loadIndex',
|
||||
function(res){
|
||||
// XXX
|
||||
}],
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// Save History UI...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user