From 3cca8e3c4ff741e0a4c0c802b02601fc75c539f4 Mon Sep 17 00:00:00 2001 From: LightCreator1007 Date: Sun, 15 Feb 2026 15:58:14 +0530 Subject: [PATCH 1/5] replaced Checkbox with KCheckbox and VChip with StudioChip --- .../components/CatalogFilterPanelContent.vue | 6 +++--- .../Channel/components/LanguageFilter.vue | 17 ++++++++--------- .../frontend/shared/views/form/MultiSelect.vue | 18 ++++++++++-------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/components/CatalogFilterPanelContent.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/components/CatalogFilterPanelContent.vue index f636d3e275..74c7af956c 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/components/CatalogFilterPanelContent.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/components/CatalogFilterPanelContent.vue @@ -31,7 +31,7 @@ /> -
-
- diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/components/LanguageFilter.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/components/LanguageFilter.vue index 40ceee7887..57fee84baa 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/components/LanguageFilter.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/components/LanguageFilter.vue @@ -23,23 +23,23 @@ lazy > {{ item.name }} @@ -67,9 +67,8 @@