From b4ca3adf459a2d222bd7ea77f719c7d2acea39ac Mon Sep 17 00:00:00 2001 From: Quentin Franchi Date: Sat, 4 May 2024 00:12:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Improved=20home=20subscriptions=20(?= =?UTF-8?q?#2790)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added Show More for subscriptions * Auto expand home subscriptions when trending videos are not shown * Fixed subscriptions check --- client/components/home/Subscriptions.vue | 37 ++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/client/components/home/Subscriptions.vue b/client/components/home/Subscriptions.vue index bf1dfbbb2..e972c9f38 100644 --- a/client/components/home/Subscriptions.vue +++ b/client/components/home/Subscriptions.vue @@ -1,22 +1,53 @@