From 9e43485b3fedd8259dbecf8e2e6880d8090fd1b2 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 4 Jul 2012 08:38:32 +0000 Subject: updated --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 92be448..8e0fd4d 100644 --- a/README.md +++ b/README.md @@ -85,20 +85,21 @@ The detected and used features are: --- ## TODO -* [?] nav bar not entirely deployed: identity, wiki, all forums, -* [?] nav bar design and branding ugly -* [?] nav bar too big -* nav bar won't fix/resize depending on screen resolution => use CSS media queries -* no cache on the service (speeding up delivery) -* no cache wrapper/library available for client apps - - -jumping page when the bar is loaded: fixed on this forum; the bar still slides, but the page is already at the right place. I will check later (on the road now) how to deploy this in the service itself: +* [FIXED, 2012/06/11] no cache on the service (speeding up delivery) +* [PARTIAL] jumping page when the bar is loaded: + - fixed for: forum, wiki/Vector; + - the bar still slides, but the page is already at the right place, with a fixed position from top; quick example: html, body { margin: 0; padding: 0; } #wrap { margin-top: 80px; } #hmgn { position: absolute; top: 0; left: 0; width: 100%; } +* navbar still to deploy on: planet, mailing-lists +* needs some work: blog, wiki (switch to Vector) +* nav bar won't fix/resize depending on screen resolution => use CSS media queries +* no cache wrapper/library available for client apps +* [?] nav bar design and branding ugly +* [?] nav bar too big * analytics for forum -- cgit v1.2.1