From b7800eab24ef82ad41b688bded42a96491a78b94 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Oct 2013 18:05:52 -0400 Subject: [PATCH] webapp: Move sidebar to the right hand side of the screen. --- Assistant/WebApp/Page.hs | 2 +- debian/changelog | 1 + doc/bugs/webapp_usability:_put_the_notices_on_the_right.mdwn | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Assistant/WebApp/Page.hs b/Assistant/WebApp/Page.hs index b258fd4593..7afba47433 100644 --- a/Assistant/WebApp/Page.hs +++ b/Assistant/WebApp/Page.hs @@ -45,8 +45,8 @@ selectNavBar = ifM inFirstRun (return firstRunNavBar, return defaultNavBar) page :: Hamlet.Html -> Maybe NavBarItem -> Widget -> Handler Html page title navbaritem content = customPage navbaritem $ do setTitle title - sideBarDisplay content + sideBarDisplay {- A custom page, with no title or sidebar set. -} customPage :: Maybe NavBarItem -> Widget -> Handler Html diff --git a/debian/changelog b/debian/changelog index 7fa6fedb76..5644d70668 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ git-annex (4.20131003) UNRELEASED; urgency=low * Removed workaround for bug in git 1.8.4r0. * Added git-recover-repository command to git-annex source (not built by default; this needs to move to someplace else). + * webapp: Move sidebar to the right hand side of the screen. -- Joey Hess Thu, 03 Oct 2013 15:41:24 -0400 diff --git a/doc/bugs/webapp_usability:_put_the_notices_on_the_right.mdwn b/doc/bugs/webapp_usability:_put_the_notices_on_the_right.mdwn index 6bca40f96a..54f6c3a4f6 100644 --- a/doc/bugs/webapp_usability:_put_the_notices_on_the_right.mdwn +++ b/doc/bugs/webapp_usability:_put_the_notices_on_the_right.mdwn @@ -13,3 +13,6 @@ Click the `X` on all the messages on the left. ### Please provide any additional information below. This is admittedly a very mild problem, but from a usability perspective, it would be less confusing to show those on the right. When they were gone, I thought git-annex was broken somewhat... -- [[anarcat]] + +> [[done]], although I'm not sure I'm sold on their being on the right +> being better. --[[Joey]]