From 4beb349afe571b3984c11476f2e2872c0cb316b4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 15 Jun 2014 19:30:04 -0400 Subject: [PATCH] fixes #839 - Support getting latest channel items --- dashboard-ui/channels.html | 1 + dashboard-ui/channelslatest.html | 21 +++++ dashboard-ui/css/librarybrowser.css | 7 +- dashboard-ui/css/librarymenu.css | 3 +- dashboard-ui/mypreferenceswebclient.html | 17 ++++ dashboard-ui/scripts/backdrops.js | 5 ++ dashboard-ui/scripts/channelsettings.js | 2 +- dashboard-ui/scripts/channelslatest.js | 40 +++++++++ dashboard-ui/scripts/indexpage.js | 46 ++++++++++- dashboard-ui/scripts/librarybrowser.js | 2 +- dashboard-ui/scripts/mediaplayer-video.js | 5 ++ dashboard-ui/scripts/mediaplayer.js | 7 +- .../scripts/mypreferenceswebclient.js | 2 + dashboard-ui/scripts/nowplayingpage.js | 3 +- dashboard-ui/scripts/tvrecommended.js | 82 ++++++++++++++++++- .../thirdparty/mediabrowser.apiclient.js | 2 + dashboard-ui/tvrecommended.html | 13 ++- 17 files changed, 239 insertions(+), 19 deletions(-) create mode 100644 dashboard-ui/channelslatest.html create mode 100644 dashboard-ui/scripts/channelslatest.js diff --git a/dashboard-ui/channels.html b/dashboard-ui/channels.html index 43a7c23a48..0bffb02cb4 100644 --- a/dashboard-ui/channels.html +++ b/dashboard-ui/channels.html @@ -7,6 +7,7 @@
diff --git a/dashboard-ui/channelslatest.html b/dashboard-ui/channelslatest.html new file mode 100644 index 0000000000..84a71d5556 --- /dev/null +++ b/dashboard-ui/channelslatest.html @@ -0,0 +1,21 @@ + + + + ${TitleMediaBrowser} + + +
+ + + +
+
+
+
+
+
+ + diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index f1c2627381..9b96273369 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -46,10 +46,13 @@ } .listHeader { - margin-top: .7em; + margin-top: .5em; margin-bottom: 0; padding-left: 4px; } +.firstListHeader { + margin-top: 0; +} .ehsContent { padding: 0; @@ -69,7 +72,7 @@ } .homePageSection + .homePageSection { - margin-top: 2em; + margin-top: 1em; } @media all and (min-width: 1000px) { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index a5ed66fb70..7a49028c45 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -122,8 +122,7 @@ left: 0; top: 51px; z-index: 1000; - background-color: #181818; - background-color: rgba(24, 24, 24, 1); + background-color: #161616; } @media all and (max-width: 460px) { diff --git a/dashboard-ui/mypreferenceswebclient.html b/dashboard-ui/mypreferenceswebclient.html index 797f6bcc5d..d0c1fb54dc 100644 --- a/dashboard-ui/mypreferenceswebclient.html +++ b/dashboard-ui/mypreferenceswebclient.html @@ -27,6 +27,7 @@ + @@ -52,6 +54,21 @@ + +
  • + +