webapp: Repository list is now included in the dashboard, and other UI tweaks.

This commit is contained in:
Joey Hess 2013-03-15 00:34:42 -04:00
parent 6c7ce8f193
commit 810a06b771
18 changed files with 77 additions and 108 deletions

View file

@ -128,7 +128,7 @@ editForm new uuid = page "Configure repository" (Just Configuration) $ do
FormSuccess input -> lift $ do
checkarchivedirectory input
setRepoConfig uuid mremote curr input
redirect RepositoriesR
redirect DashboardR
_ -> showform form enctype curr
where
showform form enctype curr = do

View file

@ -156,6 +156,7 @@ xmppPairEnd inprogress theirjid = pairPage $ do
{ onlyCloud = True
, onlyConfigured = False
, includeHere = False
, nudgeAddMore = False
}
$(widgetFile "configurators/pairing/xmpp/end")
#endif