From 1643aef67d828ff7ca47f63409f23852f8e75e83 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 18 Jul 2013 09:28:25 +0100 Subject: Navigation improvements * Drop the front page - this just gets in the way. Redirect to the layers list instead. This has meant adding a touch more text to the about page and adding the FAQ link to the footer. * Use a separate navbar to hold the branch selector and the main top-level pages (Layers, Recipes, Machines) instead of tabs * All pages depending on a branch selection are now under branch// so we don't need to have the branch selection on every page. * Use breadcrumbs on recipe detail and layer detail pages instead of tabs * Add title to recipe detail page Signed-off-by: Paul Eggleton --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 2ef5c7f351..4a8c2a0abd 100644 --- a/TODO +++ b/TODO @@ -4,9 +4,7 @@ TODO: * Document macros for URL fields Later: -* Breadcrumbs / fix tab navigation? * Ability for reviewers to comment before publishing a layer? -* Add link to the all layers and all recipes tables from the layer details page? * Prevent SMTP failures from breaking submission process * All-branch search/results so you can see version availability of recipes in all branches at once? * Rawrecipes branch support -- cgit 1.2.3-korg