/[web]/nav/README.md
ViewVC logotype

Diff of /nav/README.md

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1383 by rda, Tue Jun 5 21:34:24 2012 UTC revision 1384 by rda, Wed Jul 4 08:38:32 2012 UTC
# Line 85  The detected and used features are: Line 85  The detected and used features are:
85  ---  ---
86  ## TODO  ## TODO
87    
88  * [?] nav bar not entirely deployed: identity, wiki, all forums,  * [FIXED, 2012/06/11] no cache on the service (speeding up delivery)
89  * [?] nav bar design and branding ugly  * [PARTIAL] jumping page when the bar is loaded:
90  * [?] nav bar too big    - fixed for: forum, wiki/Vector;
91  * nav bar won't fix/resize depending on screen resolution => use CSS media queries    - the bar still slides, but the page is already at the right place, with a fixed position from top; quick example:
 * 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:  
92    
93      html, body { margin: 0; padding: 0; }      html, body { margin: 0; padding: 0; }
94      #wrap { margin-top: 80px; }      #wrap { margin-top: 80px; }
95      #hmgn { position: absolute; top: 0; left: 0; width: 100%; }      #hmgn { position: absolute; top: 0; left: 0; width: 100%; }
96    
97    * navbar still to deploy on: planet, mailing-lists
98    * needs some work: blog, wiki (switch to Vector)
99    * nav bar won't fix/resize depending on screen resolution => use CSS media queries
100    * no cache wrapper/library available for client apps
101    * [?] nav bar design and branding ugly
102    * [?] nav bar too big
103    
104  * analytics for forum  * analytics for forum
105    

Legend:
Removed from v.1383  
changed lines
  Added in v.1384

  ViewVC Help
Powered by ViewVC 1.1.30