webapp: Move sidebar to the right hand side of the screen.
This commit is contained in:
parent
78adaac3e9
commit
b7800eab24
3 changed files with 5 additions and 1 deletions
|
@ -45,8 +45,8 @@ selectNavBar = ifM inFirstRun (return firstRunNavBar, return defaultNavBar)
|
||||||
page :: Hamlet.Html -> Maybe NavBarItem -> Widget -> Handler Html
|
page :: Hamlet.Html -> Maybe NavBarItem -> Widget -> Handler Html
|
||||||
page title navbaritem content = customPage navbaritem $ do
|
page title navbaritem content = customPage navbaritem $ do
|
||||||
setTitle title
|
setTitle title
|
||||||
sideBarDisplay
|
|
||||||
content
|
content
|
||||||
|
sideBarDisplay
|
||||||
|
|
||||||
{- A custom page, with no title or sidebar set. -}
|
{- A custom page, with no title or sidebar set. -}
|
||||||
customPage :: Maybe NavBarItem -> Widget -> Handler Html
|
customPage :: Maybe NavBarItem -> Widget -> Handler Html
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -34,6 +34,7 @@ git-annex (4.20131003) UNRELEASED; urgency=low
|
||||||
* Removed workaround for bug in git 1.8.4r0.
|
* Removed workaround for bug in git 1.8.4r0.
|
||||||
* Added git-recover-repository command to git-annex source
|
* Added git-recover-repository command to git-annex source
|
||||||
(not built by default; this needs to move to someplace else).
|
(not built by default; this needs to move to someplace else).
|
||||||
|
* webapp: Move sidebar to the right hand side of the screen.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400
|
-- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400
|
||||||
|
|
||||||
|
|
|
@ -13,3 +13,6 @@ Click the `X` on all the messages on the left.
|
||||||
### Please provide any additional information below.
|
### 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]]
|
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]]
|
||||||
|
|
Loading…
Reference in a new issue