diff --git a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/cardbuilder.js b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/cardbuilder.js index 9536838c2d..e061400319 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/cardbuilder.js +++ b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/cardbuilder.js @@ -999,7 +999,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo } var overlayButtons = ''; - if (layoutManager.mobile) { + if (!layoutManager.tv) { var overlayPlayButton = options.overlayPlayButton; diff --git a/dashboard-ui/bower_components/emby-webcomponents/formdialog.css b/dashboard-ui/bower_components/emby-webcomponents/formdialog.css index 893493234d..f54ee29d97 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/formdialog.css +++ b/dashboard-ui/bower_components/emby-webcomponents/formdialog.css @@ -28,8 +28,12 @@ padding-top: .5em; } +.formDialog .dialogContentInner { + padding-bottom: 20vh; +} + .layout-tv .formDialog .dialogContentInner { - padding-bottom: 50vh; + padding-bottom: 40vh; } .formDialog .centeredContent { diff --git a/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js b/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js index 73d664659f..499587b2aa 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js +++ b/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js @@ -218,7 +218,7 @@ showOverlayTimeout = setTimeout(function () { onShowTimerExpired(card); - }, 800); + }, 1000); } function preventTouchHover() { diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index 19b9ab870b..c05c796f86 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -1522,7 +1522,7 @@ page.querySelector('#themeSongsCollapsible').classList.remove('hide'); var html = listView.getListViewHtml({ - items: result.Items, + items: items, sortBy: query.SortBy }); diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index eff5700b0c..aabdbb76e3 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -2862,7 +2862,7 @@ var AppInfo = {}; navigator.serviceWorker.register('serviceworker.js'); } - if (window.Notification || navigator.serviceWorker) { + if (window.Notification) { postInitDependencies.push('bower_components/emby-webcomponents/notifications/notifications'); } } diff --git a/dashboard-ui/scripts/syncactivity.js b/dashboard-ui/scripts/syncactivity.js index 722ce8514e..6f3aa4752e 100644 --- a/dashboard-ui/scripts/syncactivity.js +++ b/dashboard-ui/scripts/syncactivity.js @@ -1,4 +1,4 @@ -define(['jQuery', 'paper-icon-button-light'], function ($) { +define(['jQuery', 'paper-icon-button-light', 'cardStyle'], function ($) { function cancelJob(page, id) { @@ -60,7 +60,7 @@ var html = ''; - html += "