From d8e1139e82ff719277b6f4f0af60be91abb5532d Mon Sep 17 00:00:00 2001 From: Sai Karthik Date: Sat, 26 Nov 2022 16:34:12 +0530 Subject: [PATCH 1/3] refactor(SubscriptionsPage): styling changes - show channel info as cards - only show sub count info if subs are > 0 --- src/components/SubscriptionsPage.vue | 41 ++++++++++++++++------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/src/components/SubscriptionsPage.vue b/src/components/SubscriptionsPage.vue index d4493b6f..993ab7fb 100644 --- a/src/components/SubscriptionsPage.vue +++ b/src/components/SubscriptionsPage.vue @@ -1,6 +1,6 @@