From 8a51bf3e93fbe2badc4ebfa10b744bc474cb4ee8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 10 Jan 2016 12:36:20 -0500 Subject: [PATCH 001/111] remove theater from plugin catalog --- dashboard-ui/plugincatalog.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/dashboard-ui/plugincatalog.html b/dashboard-ui/plugincatalog.html index cf096821e3..bafc6d34e1 100644 --- a/dashboard-ui/plugincatalog.html +++ b/dashboard-ui/plugincatalog.html @@ -22,8 +22,6 @@ - -
From 39b42d9ed4f8f9d0b47628c1bc2753233625f12e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 10 Jan 2016 12:37:02 -0500 Subject: [PATCH 002/111] fix unveil event listeners --- dashboard-ui/thirdparty/jquery.unveil-custom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/thirdparty/jquery.unveil-custom.js b/dashboard-ui/thirdparty/jquery.unveil-custom.js index ce5e66414b..7083bbc462 100644 --- a/dashboard-ui/thirdparty/jquery.unveil-custom.js +++ b/dashboard-ui/thirdparty/jquery.unveil-custom.js @@ -85,9 +85,9 @@ images = remaining; if (!images.length) { - document.removeEventListener('scroll', unveil); - document.removeEventListener(wheelEvent, unveil); - window.removeEventListener('resize', unveil); + document.removeEventListener('scroll', unveil, true); + document.removeEventListener(wheelEvent, unveil, true); + window.removeEventListener('resize', unveil, true); } } From ea399546a625a0a3ddcf433c2a2fd67ea277b150 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 11 Jan 2016 11:51:53 -0500 Subject: [PATCH 003/111] adjust nowplayingbar.css --- dashboard-ui/css/nowplayingbar.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/css/nowplayingbar.css b/dashboard-ui/css/nowplayingbar.css index ae1e4bd7e7..8d845aa2ab 100644 --- a/dashboard-ui/css/nowplayingbar.css +++ b/dashboard-ui/css/nowplayingbar.css @@ -238,18 +238,21 @@ } -@media all and (max-width: 1300px) { +@media all and (max-width: 1400px) { .nowPlayingBarUserDataButtons { display: none; } } -@media all and (max-width: 1000px) { +@media all and (max-width: 1100px) { .nowPlayingBarVolumeSlider, .nowPlayingBar .muteButton, .nowPlayingBar .unmuteButton { display: none !important; } +} + +@media all and (max-width: 1000px) { .nowPlayingBar .playlistButton { display: none !important; From 41029f90049998828f5b663bcd4aa21a121c7fc4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 11 Jan 2016 21:38:58 -0500 Subject: [PATCH 004/111] fix recording alignment --- .../recordingcreator/recordingcreator.template.html | 4 ++-- dashboard-ui/css/livetv.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/components/recordingcreator/recordingcreator.template.html b/dashboard-ui/components/recordingcreator/recordingcreator.template.html index 2cf6123e35..7347d5eb19 100644 --- a/dashboard-ui/components/recordingcreator/recordingcreator.template.html +++ b/dashboard-ui/components/recordingcreator/recordingcreator.template.html @@ -7,7 +7,7 @@
-
+
${ButtonAdvanced}
@@ -16,7 +16,7 @@


-