diff --git a/data/interfaces/default/css/dataTables.colVis.css b/data/interfaces/default/css/dataTables.colVis.css index db3d6c35..af854027 100644 --- a/data/interfaces/default/css/dataTables.colVis.css +++ b/data/interfaces/default/css/dataTables.colVis.css @@ -84,6 +84,7 @@ ul.ColVis_collection li { right: 0; display: block; float: none; + padding: 0; } ul.ColVis_collection li { @@ -120,4 +121,10 @@ div.ColVis_catcher { .disabled { color: #999; +} + +ul.ColVis_collection label { + display: block; + padding: 0.5em; + cursor: pointer; } \ No newline at end of file diff --git a/data/interfaces/default/css/dataTables.responsive.css b/data/interfaces/default/css/dataTables.responsive.css deleted file mode 100644 index 36284e72..00000000 --- a/data/interfaces/default/css/dataTables.responsive.css +++ /dev/null @@ -1,106 +0,0 @@ -table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, -table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child { - position: relative; - padding-left: 30px; - cursor: pointer; -} -table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, -table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before { - top: 8px; - left: 4px; - height: 16px; - width: 16px; - display: block; - position: absolute; - color: white; - border: 2px solid white; - border-radius: 16px; - text-align: center; - line-height: 14px; - box-shadow: 0 0 3px #444; - box-sizing: content-box; - content: '+'; - background-color: #31b131; -} -table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before, -table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before { - display: none; -} -table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, -table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before { - content: '-'; - background-color: #d33333; -} -table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before { - display: none; -} -table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, -table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child { - padding-left: 27px; -} -table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, -table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before { - top: 5px; - left: 4px; - height: 14px; - width: 14px; - border-radius: 14px; - line-height: 12px; -} -table.dataTable.dtr-column > tbody > tr > td.control, -table.dataTable.dtr-column > tbody > tr > th.control { - position: relative; - cursor: pointer; -} -table.dataTable.dtr-column > tbody > tr > td.control:before, -table.dataTable.dtr-column > tbody > tr > th.control:before { - top: 50%; - left: 50%; - height: 16px; - width: 16px; - margin-top: -10px; - margin-left: -10px; - display: block; - position: absolute; - color: white; - border: 2px solid white; - border-radius: 16px; - text-align: center; - line-height: 14px; - box-shadow: 0 0 3px #444; - box-sizing: content-box; - content: '+'; - background-color: #31b131; -} -table.dataTable.dtr-column > tbody > tr.parent td.control:before, -table.dataTable.dtr-column > tbody > tr.parent th.control:before { - content: '-'; - background-color: #d33333; -} -table.dataTable > tbody > tr.child { - padding: 0.5em 1em; -} -table.dataTable > tbody > tr.child:hover { - background: transparent !important; -} -table.dataTable > tbody > tr.child ul { - display: inline-block; - list-style-type: none; - margin: 0; - padding: 0; -} -table.dataTable > tbody > tr.child ul li { - border-bottom: 1px solid #efefef; - padding: 0.5em 0; -} -table.dataTable > tbody > tr.child ul li:first-child { - padding-top: 0; -} -table.dataTable > tbody > tr.child ul li:last-child { - border-bottom: none; -} -table.dataTable > tbody > tr.child span.dtr-title { - display: inline-block; - min-width: 75px; - font-weight: bold; -} \ No newline at end of file diff --git a/data/interfaces/default/css/plexwatch.css b/data/interfaces/default/css/plexwatch.css index db5da365..5bf2c94b 100644 --- a/data/interfaces/default/css/plexwatch.css +++ b/data/interfaces/default/css/plexwatch.css @@ -8331,14 +8331,6 @@ ol.test >li { float: right; } -@media (min-width: 1024px) { - .colvis-button-bar { - float: right; - } +.colvis-button-bar { + float: right; } - -@media (max-width: 1023px) { - .colvis-button-bar { - display: none; - } -} \ No newline at end of file diff --git a/data/interfaces/default/edit_user.html b/data/interfaces/default/edit_user.html index 13b525cf..505afc2c 100644 --- a/data/interfaces/default/edit_user.html +++ b/data/interfaces/default/edit_user.html @@ -33,7 +33,7 @@ DOCUMENTATION :: END diff --git a/data/interfaces/default/history.html b/data/interfaces/default/history.html index f2791728..b7cf6f95 100644 --- a/data/interfaces/default/history.html +++ b/data/interfaces/default/history.html @@ -5,7 +5,6 @@ from plexpy import helpers <%def name="headIncludes()"> - @@ -18,7 +17,7 @@ from plexpy import helpers

History

-
+
@@ -26,16 +25,16 @@ from plexpy import helpers - - - - - - - - - - + + + + + + + + + + @@ -56,7 +55,6 @@ from plexpy import helpers - @@ -69,11 +67,9 @@ from plexpy import helpers return { 'json_data': JSON.stringify( d ) }; } } - history_table = $('#history_table').DataTable(history_table_options); - - var colvis = new $.fn.dataTable.ColVis( history_table ); - $( colvis.button() ).appendTo('div.colvis-button-bar'); + var colvis = new $.fn.dataTable.ColVis(history_table); + $(colvis.button()).appendTo('div.colvis-button-bar'); }); diff --git a/data/interfaces/default/images/gravatar-default-80x80_old.png b/data/interfaces/default/images/gravatar-default-80x80_old.png deleted file mode 100644 index 28cd4dc8..00000000 Binary files a/data/interfaces/default/images/gravatar-default-80x80_old.png and /dev/null differ diff --git a/data/interfaces/default/images/gravatar-default_old.png b/data/interfaces/default/images/gravatar-default_old.png deleted file mode 100644 index eeae0e0c..00000000 Binary files a/data/interfaces/default/images/gravatar-default_old.png and /dev/null differ diff --git a/data/interfaces/default/images/logo-plexWatch-welcome.png b/data/interfaces/default/images/logo-plexWatch-welcome.png deleted file mode 100644 index e87cd623..00000000 Binary files a/data/interfaces/default/images/logo-plexWatch-welcome.png and /dev/null differ diff --git a/data/interfaces/default/images/logo-plexWatch-welcome_old.png b/data/interfaces/default/images/logo-plexWatch-welcome_old.png deleted file mode 100644 index 2b605abd..00000000 Binary files a/data/interfaces/default/images/logo-plexWatch-welcome_old.png and /dev/null differ diff --git a/data/interfaces/default/images/logo-plexwatch.png b/data/interfaces/default/images/logo-plexwatch.png deleted file mode 100644 index 81576d5b..00000000 Binary files a/data/interfaces/default/images/logo-plexwatch.png and /dev/null differ diff --git a/data/interfaces/default/images/logo-plexwatch@2x.png b/data/interfaces/default/images/logo-plexwatch@2x.png deleted file mode 100644 index a2b89f3e..00000000 Binary files a/data/interfaces/default/images/logo-plexwatch@2x.png and /dev/null differ diff --git a/data/interfaces/default/images/logo-plexwatch_old.png b/data/interfaces/default/images/logo-plexwatch_old.png deleted file mode 100644 index d6b8ffc6..00000000 Binary files a/data/interfaces/default/images/logo-plexwatch_old.png and /dev/null differ diff --git a/data/interfaces/default/images/logo-plexwatch_old@2x.png b/data/interfaces/default/images/logo-plexwatch_old@2x.png deleted file mode 100644 index 749c01de..00000000 Binary files a/data/interfaces/default/images/logo-plexwatch_old@2x.png and /dev/null differ diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index 2557d999..ea4c28df 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -42,7 +42,6 @@ from plexpy import helpers <%def name="headIncludes()"> - <%def name="body()"> @@ -171,23 +170,23 @@ from plexpy import helpers % if data['type'] == 'movie' or data['type'] == 'episode' or data['type'] == 'show':

Watch history for ${data['title']}

-
+
TimeUserPlatformIP AddressTitleStartedPausedStoppedDurationTimeUserPlatformIP AddressTitleStartedPausedStoppedDuration
- - - - - - - - - - + + + + + + + + + + @@ -226,7 +225,6 @@ from plexpy import helpers - @@ -252,17 +250,12 @@ from plexpy import helpers }; } } - history_table = $('#history_table').DataTable(history_table_options); - - // Hide the title column - $("#title").removeClass("min-tablet").addClass("never"); history_table.column(4).visible(false); - var colvis = new $.fn.dataTable.ColVis( history_table ); - $( colvis.button() ).appendTo('div.colvis-button-bar'); + var colvis = new $.fn.dataTable.ColVis(history_table); + $(colvis.button()).appendTo('div.colvis-button-bar'); }); - % elif data['type'] == 'show': @@ -277,16 +270,13 @@ from plexpy import helpers }; } } - history_table = $('#history_table').DataTable(history_table_options); - - var colvis = new $.fn.dataTable.ColVis( history_table ); - $( colvis.button() ).appendTo('div.colvis-button-bar'); + var colvis = new $.fn.dataTable.ColVis(history_table); + $(colvis.button()).appendTo('div.colvis-button-bar'); }); - - % endif + % if data['type'] == 'season': - diff --git a/data/interfaces/default/sync.html b/data/interfaces/default/sync.html index 2d5efce2..03147fb3 100644 --- a/data/interfaces/default/sync.html +++ b/data/interfaces/default/sync.html @@ -6,7 +6,6 @@ from plexpy import helpers <%def name="headIncludes()"> - @@ -23,24 +22,24 @@ from plexpy import helpers

Synced Items

-
+
TimeUserPlatformIP AddressTitleStartedPausedStoppedDurationTimeUserPlatformIP AddressTitleStartedPausedStoppedDuration
- - - - - - - - - - - + + + + + + + + + + + @@ -57,7 +56,6 @@ from plexpy import helpers <%def name="javascriptIncludes()"> - - @@ -315,8 +313,8 @@ from plexpy import helpers history_table = $('#history_table').DataTable(history_table_options); history_table.column(1).visible(false); - var colvis = new $.fn.dataTable.ColVis( history_table ); - $( colvis.button() ).appendTo('#button-bar-history'); + var colvis = new $.fn.dataTable.ColVis(history_table); + $(colvis.button()).appendTo('#button-bar-history'); }); $( "#ip-tab-btn" ).one( "click", function() { @@ -344,6 +342,7 @@ from plexpy import helpers } } sync_table = $('#sync_table').DataTable(sync_table_options); + history_table.column(1).visible(false); var colvis_sync = new $.fn.dataTable.ColVis( sync_table ); $( colvis_sync.button() ).appendTo('#button-bar-sync'); diff --git a/data/interfaces/default/users.html b/data/interfaces/default/users.html index eaecf7c5..0666ff91 100644 --- a/data/interfaces/default/users.html +++ b/data/interfaces/default/users.html @@ -5,7 +5,6 @@ from plexpy import helpers <%def name="headIncludes()"> - <%def name="body()"> @@ -24,11 +23,11 @@ from plexpy import helpers
StateUsernameTitleTypeDevicePlatformTotal SizeTotal ItemsConvertedDownloadedCompleteStateUsernameTitleTypeDevicePlatformTotal SizeTotal ItemsConvertedDownloadedComplete
- - - - - + + + + + @@ -44,7 +43,6 @@ from plexpy import helpers <%def name="javascriptIncludes()"> -
UserLast SeenLast Known IPTotal PlaysUserLast SeenLast Known IPTotal Plays