diff --git a/ui/TODO.otl b/ui/TODO.otl index 54e4d6c8..d375ba4a 100755 --- a/ui/TODO.otl +++ b/ui/TODO.otl @@ -1,5 +1,5 @@ Priority work - [_] 12% Preview II + [_] 15% Preview II [_] 0% sorted images in ribbons | and correct positioning on promote/demote | @@ -37,7 +37,12 @@ Priority work | - center current-image in current ribbon | - vertically center the current ribbon (negative margin?) [X] prototype and basic API - [_] migrate main code to the new system + [_] 60% migrate main code to the new system + [X] basic navigation + [X] basic actions + [X] zooming + [_] cleanup legacy workarounds + [_] ui.js, gallery-prototype.js either merge or revise split logic [_] 0% correct zooming and modes [_] zooming in ribbon view [_] zoom presets for ribbon view diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 9dc5f29f..f24d39cb 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -54,6 +54,7 @@ function setupControlElements(){ $('.demote').click(shiftImageUp) $('.promote').click(shiftImageDown) $('.toggle-wide').click(toggleWideView) + // XXX need to update this to real zooming... $('.toggle-single').click(toggleRibbonView) } @@ -90,6 +91,9 @@ function setCurrentImage(){ // position the field and ribbons... centerSquare() + + // center other ribbons relative to current image... + // XXX } diff --git a/ui/gallery.html b/ui/gallery.html index 630a3986..fefc2e9c 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -85,12 +85,20 @@ $(document).ready(setup); -

- + + + + + + + +