mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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
|
||||
[_] 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
|
||||
|
||||
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user