From afcb708b50ca6ebf83e95d3968177265b9e92aa8 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 24 Jan 2024 17:59:16 +0100 Subject: [PATCH 1/2] fix: unstyled file selector not hidden in playlists page --- src/components/PlaylistsPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PlaylistsPage.vue b/src/components/PlaylistsPage.vue index 52eea874..1129b0a3 100644 --- a/src/components/PlaylistsPage.vue +++ b/src/components/PlaylistsPage.vue @@ -9,7 +9,7 @@ id="fileSelector" ref="fileSelector" type="file" - class="display-none" + class="hidden" multiple="multiple" @change="importPlaylists" /> From c203f0e11063fd6d7d85f76d0a1d6a1b1758347b Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 24 Jan 2024 18:00:55 +0100 Subject: [PATCH 2/2] fix: visual issue in subscriptions page when subscribed to no channels --- src/components/SubscriptionsPage.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/SubscriptionsPage.vue b/src/components/SubscriptionsPage.vue index 85b49050..9ac217fb 100644 --- a/src/components/SubscriptionsPage.vue +++ b/src/components/SubscriptionsPage.vue @@ -35,11 +35,9 @@ v-text="`${$t('actions.export_to_json')} (${$t('titles.channel_groups')})`" /> -
- - {{ - subscriptions.length - }} + +
+ {{ subscriptions.length }}