diff --git a/dashboard-ui/components/fileorganizer/fileorganizer.js b/dashboard-ui/components/fileorganizer/fileorganizer.js index b1e697bd0b..b6d3f407bb 100644 --- a/dashboard-ui/components/fileorganizer/fileorganizer.js +++ b/dashboard-ui/components/fileorganizer/fileorganizer.js @@ -1,4 +1,4 @@ -define(['dialogHelper', 'paper-checkbox', 'paper-input', 'paper-button', 'paper-icon-button-light'], function (dialogHelper) { +define(['dialogHelper', 'paper-checkbox', 'paper-input', 'emby-button', 'paper-icon-button-light'], function (dialogHelper) { var extractedName; var extractedYear; diff --git a/dashboard-ui/components/guestinviter/guestinviter.js b/dashboard-ui/components/guestinviter/guestinviter.js index ebf02b2177..d00e91d9d5 100644 --- a/dashboard-ui/components/guestinviter/guestinviter.js +++ b/dashboard-ui/components/guestinviter/guestinviter.js @@ -1,4 +1,4 @@ -define(['dialogHelper', 'jQuery', 'emby-input', 'paper-button', 'emby-collapsible', 'paper-checkbox', 'paper-icon-button-light'], function (dialogHelper, $) { +define(['dialogHelper', 'jQuery', 'emby-input', 'emby-button', 'emby-collapsible', 'paper-checkbox', 'paper-icon-button-light'], function (dialogHelper, $) { function renderLibrarySharingList(context, result) { diff --git a/dashboard-ui/components/tvproviders/xmltv.js b/dashboard-ui/components/tvproviders/xmltv.js index a63f26034a..b856423f6b 100644 --- a/dashboard-ui/components/tvproviders/xmltv.js +++ b/dashboard-ui/components/tvproviders/xmltv.js @@ -1,4 +1,4 @@ -define(['jQuery', 'registrationservices', 'paper-checkbox', 'paper-button', 'emby-input', 'paper-item-body', 'paper-icon-item', 'paper-icon-button-light'], function ($, registrationServices) { +define(['jQuery', 'registrationservices', 'paper-checkbox', 'emby-input', 'paper-item-body', 'paper-icon-item', 'paper-icon-button-light'], function ($, registrationServices) { return function (page, providerId, options) { diff --git a/dashboard-ui/devices/ios/ios.css b/dashboard-ui/devices/ios/ios.css index 74d5bfffa6..a614ed1c85 100644 --- a/dashboard-ui/devices/ios/ios.css +++ b/dashboard-ui/devices/ios/ios.css @@ -40,18 +40,15 @@ body:not(.dashboardDocument) .mainDrawerButton { height: 50px; } -.viewMenuBar, .libraryViewNav { - background-color: #000; +.libraryDocument .viewMenuBar, .libraryViewNav { + background-color: #000 !important; + box-shadow: none !important; } .viewMenuBar.semiTransparent { background-color: #000; } -.libraryViewNav { - box-shadow: none; -} - .libraryViewNav .pageTabButton { font-weight: 400; text-transform: none; @@ -135,19 +132,10 @@ h1, h1 a { border-radius: 10px; } -.bottomFab { - bottom: 120px !important; -} - .sidebarLinkText { font-weight: 400 !important; } -#footer { - /* Eliminate transparency to prevent clicks from passing through to the elements underneath */ - background-color: rgb(26,26,26); -} - .nowPlayingPageBackButton { display: none !important; } @@ -172,7 +160,6 @@ h1, h1 a { right: 5px !important; } -.alphaPickerButton.selected { - background-color: transparent !important; - color: #52B54B !important; +.searchBackButton { + display: none !important; } diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index ec0e0e687a..d80a67e063 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -498,7 +498,7 @@ } var artist = page.querySelectorAll('.artist'); - for (i = 0, length = itemMiscInfo.length; i < length; i++) { + for (i = 0, length = artist.length; i < length; i++) { if (item.ArtistItems && item.ArtistItems.length && item.Type != "MusicAlbum") { artist[i].classList.remove('hide'); artist[i].innerHTML = getArtistLinksHtml(item.ArtistItems, context); diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 9c62ec6f58..1bfa311fbd 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1695,7 +1695,7 @@ if (screenWidth >= 420) return 2; return 1; case 'smallBackdrop': - if (screenWidth >= 1440) return 6; + if (screenWidth >= 1440) return 8; if (screenWidth >= 1100) return 6; if (screenWidth >= 800) return 5; if (screenWidth >= 600) return 4; @@ -1703,7 +1703,7 @@ if (screenWidth >= 420) return 2; return 1; case 'homePageSmallBackdrop': - if (screenWidth >= 1440) return 6; + if (screenWidth >= 1440) return 8; if (screenWidth >= 1100) return 6; if (screenWidth >= 800) return 5; if (screenWidth >= 600) return 4; diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index e917507b5e..c477d02026 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1186,8 +1186,10 @@ var Dashboard = { if (AppInfo.hasLowImageBandwidth) { // The native app can handle a little bit more than safari - if (!AppInfo.isNativeApp) { + if (AppInfo.isNativeApp) { + quality -= 5; + } else { quality -= 20; } } @@ -1788,7 +1790,7 @@ var AppInfo = {}; define("actionsheet", [embyWebComponentsBowerPath + "/actionsheet/actionsheet"], returnFirstDependency); } - define("libjass", [bowerPath + "/libjass/libjass", "css!" + bowerPath + "/libjass/libjass"], returnFirstDependency); + define("libjass", [bowerPath + "/libjass/libjass.min", "css!" + bowerPath + "/libjass/libjass"], returnFirstDependency); define("emby-collapse", [embyWebComponentsBowerPath + "/emby-collapse/emby-collapse"], returnFirstDependency); define("emby-button", [embyWebComponentsBowerPath + "/emby-button/emby-button"], returnFirstDependency); @@ -1877,7 +1879,6 @@ var AppInfo = {}; // Done define("emby-icons", ['webcomponentsjs', "html!" + bowerPath + "/emby-icons/emby-icons.html"]); - define("paper-spinner", ['webcomponentsjs', "html!" + bowerPath + "/paper-spinner/paper-spinner.html"]); define("paper-button", ["html!" + bowerPath + "/paper-button/paper-button.html"]); define("paper-icon-button", ["html!" + bowerPath + "/paper-icon-button/paper-icon-button.html"]); define("paper-radio-group", ["html!" + bowerPath + "/paper-radio-group/paper-radio-group.html"]); diff --git a/dashboard-ui/search.html b/dashboard-ui/search.html index 1cf7d2947c..fb60807bf9 100644 --- a/dashboard-ui/search.html +++ b/dashboard-ui/search.html @@ -24,7 +24,7 @@ } - diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css index a9976fb723..3e6b76d558 100644 --- a/dashboard-ui/thirdparty/paper-button-style.css +++ b/dashboard-ui/thirdparty/paper-button-style.css @@ -224,19 +224,6 @@ paper-fab.accent { background-color: #e57373 !important; } -paper-menu-item { - padding: .35em .5em; - cursor: pointer; -} - - paper-menu-item iron-icon { - margin-right: 1.5em; - } - - paper-menu-item:hover { - background: #eee; - } - .scrollablePaperTabs paper-icon-button { display: none !important; }