From 06d87cc76f158cb84778d6e8e12e83c2b43102e9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 29 May 2014 15:34:20 -0400 Subject: [PATCH] Display more content on home page --- dashboard-ui/css/librarybrowser.css | 2 +- dashboard-ui/css/librarymenu.css | 4 +- dashboard-ui/episodes.html | 2 - dashboard-ui/favorites.html | 28 +++++ dashboard-ui/index.html | 7 +- dashboard-ui/itembynamedetails.html | 6 - dashboard-ui/itemdetails.html | 11 +- dashboard-ui/scripts/favorites.js | 112 +++++++++++++++++++ dashboard-ui/scripts/gamesrecommendedpage.js | 6 +- dashboard-ui/scripts/indexpage.js | 6 +- dashboard-ui/scripts/itemdetailpage.js | 92 ++++++++++----- dashboard-ui/scripts/librarybrowser.js | 36 ++++-- dashboard-ui/scripts/librarymenu.js | 4 +- dashboard-ui/scripts/mediaplayer-video.js | 11 +- dashboard-ui/scripts/site.js | 2 +- dashboard-ui/scripts/tvrecommended.js | 51 +-------- dashboard-ui/scripts/tvupcoming.js | 11 +- dashboard-ui/tvgenres.html | 2 - dashboard-ui/tvlatest.html | 2 - dashboard-ui/tvpeople.html | 2 - dashboard-ui/tvrecommended.html | 23 +--- dashboard-ui/tvshows.html | 1 - dashboard-ui/tvstudios.html | 1 - dashboard-ui/tvupcoming.html | 12 +- 24 files changed, 284 insertions(+), 150 deletions(-) create mode 100644 dashboard-ui/favorites.html create mode 100644 dashboard-ui/scripts/favorites.js diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 9e293f9d64..f1c2627381 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -69,7 +69,7 @@ } .homePageSection + .homePageSection { - margin-top: 3em; + margin-top: 2em; } @media all and (min-width: 1000px) { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 0d2550fec6..871db6b49c 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -63,13 +63,14 @@ } .libraryMenuButton { - opacity: .95; } .libraryMenuButton img { border: 1px solid #444 !important; padding: .5em; + background-color: #181818; border-radius: 5px; + height: 14px!important; } .libraryMenuButton:hover { @@ -92,6 +93,7 @@ position: relative; top: 2px; margin-left: -5px; + cursor: default; } .viewMenuBar { diff --git a/dashboard-ui/episodes.html b/dashboard-ui/episodes.html index d629fb8c39..91175dbd21 100644 --- a/dashboard-ui/episodes.html +++ b/dashboard-ui/episodes.html @@ -7,9 +7,7 @@
- ${TabSuggested} ${TabLatest} - ${TabUpcoming} ${TabShows} ${TabEpisodes} ${TabGenres} diff --git a/dashboard-ui/favorites.html b/dashboard-ui/favorites.html new file mode 100644 index 0000000000..55e7cea00b --- /dev/null +++ b/dashboard-ui/favorites.html @@ -0,0 +1,28 @@ + + + + ${TitleMediaBrowser} + + +
+ + + +
+ + + + + +
+
+
+
+
+ + diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 9a1ef7ea0d..984d80ad8f 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -7,9 +7,10 @@
diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index 4049eb2961..907be279cb 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -37,9 +37,7 @@