mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-31 19:30:07 +00:00
updated todo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
92470b5b2d
commit
3c9e7106cf
15
ui/TODO.otl
15
ui/TODO.otl
@ -1,12 +1,17 @@
|
|||||||
Priority work
|
Priority work
|
||||||
[_] 55% Preview II
|
[_] 61% Preview II
|
||||||
[_] 0% save state
|
[_] 20% save state
|
||||||
[_] minimal: Local Storage
|
[X] minimal: Local Storage (manual)
|
||||||
| works across all targets (CEF, PhoneGap, browser)
|
| works across all targets (CEF, PhoneGap, browser)
|
||||||
[_] local JSON (file)
|
[_] local JSON (file)
|
||||||
[_] CouchDB
|
[_] CouchDB
|
||||||
[_] 0% load state
|
[_] 0% autosave
|
||||||
[_] auto: last state
|
[_] on edit
|
||||||
|
[_] on timer
|
||||||
|
[_] versions/history
|
||||||
|
[_] 33% load state
|
||||||
|
[X] load mechanics
|
||||||
|
[_] auto-load last state on startup
|
||||||
[_] manual
|
[_] manual
|
||||||
[_] 50% load folder
|
[_] 50% load folder
|
||||||
[X] drag'n'drop
|
[X] drag'n'drop
|
||||||
|
|||||||
@ -115,6 +115,9 @@ ImageGrid.GROUP('API',
|
|||||||
},
|
},
|
||||||
function load(){
|
function load(){
|
||||||
loadJSON($.jStorage.get(ImageGrid.option.KEY_NAME_STATE, {}))
|
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.set($.jStorage.get(ImageGrid.option.KEY_NAME_CONFIG, {}))
|
||||||
}),
|
}),
|
||||||
ImageGrid.ACTION({
|
ImageGrid.ACTION({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user