updated todo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-04 01:55:42 +04:00
parent e04b8af51f
commit ef6b5d6c76
2 changed files with 4 additions and 6 deletions

View File

@ -99,11 +99,11 @@ Roadmap
|
| $('[order='+$('.current.image').attr('order')+']').length
|
[_] ASAP: test on Android...
[_] usable empty view -- w.o. data...
[_] single image mode transition (alpha-blend/fade/none)
[_] 0% Tablet UI
[_] screen buttons
[_] usable empty view -- w.o. data...
[_] proper system init (start w.o. any data)
[_] ASAP: test on Android...
[_] 75% image sorting (date/name/...)
[X] 100% sort by:
[X] date

View File

@ -51,10 +51,7 @@ $(function(){
//.dblclick(dblClickHandler)
$(window)
// XXX in single image mode this still causes problems...
// this can be resolved by cycling to ribbon mode and back...
.resize(function() {
toggleImageProportions('!')
centerView()
})
@ -137,6 +134,7 @@ $(function(){
loadLocalStorageSettings()
// XXX this will reload everything...
// XXX this might load the wrong marks (not sure)...
if('MARKED' in localStorage){
loadLocalStorageMarks()
}