mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 19:00:09 +00:00
updated todo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e04b8af51f
commit
ef6b5d6c76
@ -99,11 +99,11 @@ Roadmap
|
|||||||
|
|
|
|
||||||
| $('[order='+$('.current.image').attr('order')+']').length
|
| $('[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
|
[_] 0% Tablet UI
|
||||||
[_] screen buttons
|
[_] screen buttons
|
||||||
[_] usable empty view -- w.o. data...
|
[_] ASAP: test on Android...
|
||||||
[_] proper system init (start w.o. any data)
|
|
||||||
[_] 75% image sorting (date/name/...)
|
[_] 75% image sorting (date/name/...)
|
||||||
[X] 100% sort by:
|
[X] 100% sort by:
|
||||||
[X] date
|
[X] date
|
||||||
|
|||||||
@ -51,10 +51,7 @@ $(function(){
|
|||||||
//.dblclick(dblClickHandler)
|
//.dblclick(dblClickHandler)
|
||||||
|
|
||||||
$(window)
|
$(window)
|
||||||
// XXX in single image mode this still causes problems...
|
|
||||||
// this can be resolved by cycling to ribbon mode and back...
|
|
||||||
.resize(function() {
|
.resize(function() {
|
||||||
|
|
||||||
toggleImageProportions('!')
|
toggleImageProportions('!')
|
||||||
centerView()
|
centerView()
|
||||||
})
|
})
|
||||||
@ -137,6 +134,7 @@ $(function(){
|
|||||||
loadLocalStorageSettings()
|
loadLocalStorageSettings()
|
||||||
|
|
||||||
// XXX this will reload everything...
|
// XXX this will reload everything...
|
||||||
|
// XXX this might load the wrong marks (not sure)...
|
||||||
if('MARKED' in localStorage){
|
if('MARKED' in localStorage){
|
||||||
loadLocalStorageMarks()
|
loadLocalStorageMarks()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user