From 32a1112a395650aa0cba25a2c08cf190332290a4 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 19 Feb 2025 17:30:02 +0100 Subject: [PATCH] feat(front): full search form on channels list --- front/src/components/audio/ChannelsWidget.vue | 35 +-- front/src/types.ts | 1 + front/src/views/channels/List.vue | 199 +++++++++++++++--- 3 files changed, 190 insertions(+), 45 deletions(-) diff --git a/front/src/components/audio/ChannelsWidget.vue b/front/src/components/audio/ChannelsWidget.vue index e7c709266..f4825ebf6 100644 --- a/front/src/components/audio/ChannelsWidget.vue +++ b/front/src/components/audio/ChannelsWidget.vue @@ -1,7 +1,8 @@ @@ -83,7 +154,6 @@ const showCreateModal = ref(false)
@@ -124,7 +194,7 @@ const showCreateModal = ref(false) :key="widgetKey" :limit="4" :show-modification-date="true" - :filters="{q: query, subscribed: 'true'}" + :filters="{q: subscribedQuery, subscribed: 'true'}" />
- + + + + + + + + {{ t('components.library.Podcasts.ordering.label') }} + + + + + + {{ t('components.library.Podcasts.ordering.direction.label') }} + + + + + + {{ t('components.library.Podcasts.pagination.results') }} + + + + - + :limit="paginateBy" + :filters="{q: query, ordering: ordering, tags: tags}" + />