From 1b7f0bfeb889cf302fde0fb702753e6e545162e8 Mon Sep 17 00:00:00 2001 From: Collin Heist Date: Wed, 13 Nov 2024 15:10:23 -0700 Subject: [PATCH] [51] Add alternate view for Home page Do not display Series' card and episode counts on the home page by default. Add button to display these counts in the tabular view. --- app/templates/css/home.css | 4 + app/templates/home.html | 21 +++++- app/templates/js/home.js | 151 ++++++++++++++++++++++++------------- modules/ref/version_webui | 2 +- 4 files changed, 123 insertions(+), 55 deletions(-) diff --git a/app/templates/css/home.css b/app/templates/css/home.css index fe58101de..02a5398ab 100755 --- a/app/templates/css/home.css +++ b/app/templates/css/home.css @@ -23,6 +23,10 @@ max-width: 150px; } +#toolbar .invisible.item { + display: none; +} + /* #series-list .card > .image { position: relative; } */ diff --git a/app/templates/home.html b/app/templates/home.html index 1110ed675..5d3193c20 100755 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -74,7 +74,16 @@

None
- + @@ -187,6 +196,14 @@

{% endif %}