From 50a8de76087e41f387d4c252baf6a82e2fa2f3a7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 20 Oct 2014 16:23:40 -0400 Subject: [PATCH] add reel --- dashboard-ui/collections.html | 1 + dashboard-ui/css/librarybrowser.css | 2 +- dashboard-ui/edititemmetadata.html | 3 +- dashboard-ui/itembynamedetails.html | 3 + dashboard-ui/itemdetails.html | 1 + dashboard-ui/moviegenres.html | 1 + dashboard-ui/moviepeople.html | 1 + dashboard-ui/movieslatest.html | 1 + dashboard-ui/moviesrecommended.html | 1 + dashboard-ui/moviestudios.html | 1 + dashboard-ui/movietrailers.html | 95 +++++++++---- dashboard-ui/scripts/edititemmetadata.js | 16 +++ dashboard-ui/scripts/itemdetailpage.js | 3 +- dashboard-ui/scripts/itemlistpage.js | 78 ++++++++-- dashboard-ui/scripts/librarylist.js | 20 ++- dashboard-ui/scripts/moviesrecommended.js | 2 +- dashboard-ui/scripts/movietrailers.js | 166 +++++++++++++++++++--- dashboard-ui/thirdparty/cast_sender.js | 100 +++++++------ 18 files changed, 384 insertions(+), 111 deletions(-) diff --git a/dashboard-ui/collections.html b/dashboard-ui/collections.html index 487ae818ba..81169090e2 100644 --- a/dashboard-ui/collections.html +++ b/dashboard-ui/collections.html @@ -10,6 +10,7 @@ ${TabLatest} ${TabSuggested} ${TabMovies} + ${TabTrailers} ${TabCollections} ${TabGenres} ${TabPeople} diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index cfd915afa5..8f2dc4936a 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -111,7 +111,7 @@ @media all and (min-width: 1200px) { .ehsContent { - width: 84%; + width: 90%; } } diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 4bb8d382e6..e38a082c0f 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -34,7 +34,8 @@ - + +