diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 9c04e89ae..e3613297e 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -136,6 +136,25 @@ height: 83.25px; } +.myLibraryPosterItem { + width: 157px; +} + + .myLibraryPosterItem .posterItemImage { + height: 65px; + background-position: 20px center; + background-size: 25px 25px; + background-color: rgba(51, 51, 51, 0.5); + } + + .myLibraryPosterItem .posterItemDefaultText { + top: 0; + left: 0; + line-height: 65px; + text-align: left; + padding-left: 60px; + } + .smallBackdropPosterItem { width: 157px; } diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index b32b210a2..9ddbf66b1 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -1,5 +1,193 @@ (function ($, document, apiClient) { + function fillSeriesSpotlight(elem, item, nextUp) { + + var html = '
' + LibraryBrowser.getMiscInfoHtml(item) + '
'; + html += '' + (item.Overview || '') + '
'; + html += '