updated todo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-29 17:07:26 +04:00
parent 92470b5b2d
commit 3c9e7106cf
2 changed files with 13 additions and 5 deletions

View File

@ -1,12 +1,17 @@
Priority work
[_] 55% Preview II
[_] 0% save state
[_] minimal: Local Storage
[_] 61% Preview II
[_] 20% save state
[X] minimal: Local Storage (manual)
| works across all targets (CEF, PhoneGap, browser)
[_] local JSON (file)
[_] CouchDB
[_] 0% load state
[_] auto: last state
[_] 0% autosave
[_] on edit
[_] on timer
[_] versions/history
[_] 33% load state
[X] load mechanics
[_] auto-load last state on startup
[_] manual
[_] 50% load folder
[X] drag'n'drop

View File

@ -115,6 +115,9 @@ ImageGrid.GROUP('API',
},
function load(){
loadJSON($.jStorage.get(ImageGrid.option.KEY_NAME_STATE, {}))
// NOTE: we need to load the config ACTER the state as to be
// able to set correct state-related data like current
// image ID...
ImageGrid.set($.jStorage.get(ImageGrid.option.KEY_NAME_CONFIG, {}))
}),
ImageGrid.ACTION({