From ef6b5d6c766f1b97f43f13cc32bd8d978a66e065 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 4 Jun 2013 01:55:42 +0400 Subject: [PATCH] updated todo... Signed-off-by: Alex A. Naanou --- ui/TODO.otl | 6 +++--- ui/index.html | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ui/TODO.otl b/ui/TODO.otl index b47a5d40..8a26909e 100755 --- a/ui/TODO.otl +++ b/ui/TODO.otl @@ -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 diff --git a/ui/index.html b/ui/index.html index 9593f9df..adab0c1c 100755 --- a/ui/index.html +++ b/ui/index.html @@ -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() }