From 51a45bb59ed60831c77e3f163001b61c76c63651 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 28 May 2022 21:48:15 +0700 Subject: [PATCH] implement variable grid row size for playlist_id --- tubearchivist/home/templates/home/playlist_id.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/tubearchivist/home/templates/home/playlist_id.html b/tubearchivist/home/templates/home/playlist_id.html index f9e987e..60b5522 100644 --- a/tubearchivist/home/templates/home/playlist_id.html +++ b/tubearchivist/home/templates/home/playlist_id.html @@ -63,6 +63,8 @@ {% endif %} + +
Hide watched videos: @@ -76,14 +78,21 @@
+ {% if view_style == "grid" %} +
+ {{ grid_items }} + grid plus row + grid minus row +
+ {% endif %} grid view list view
-
-
+
+
{% if results %} {% for video in results %}