From 22ce2ea0ca8b5ebb1866bb618dabd9aa9527e1f6 Mon Sep 17 00:00:00 2001 From: Swoyamjeetcodes Date: Thu, 2 Apr 2026 20:49:40 +0530 Subject: [PATCH 1/3] migrate Select channels list layout/input from Vuetify to KDS (#5774) --- .../views/ChannelSet/ChannelSelectionList.vue | 85 ++++++++++++------- .../__tests__/channelSelectionList.spec.js | 22 +++++ 2 files changed, 75 insertions(+), 32 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSelectionList.vue b/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSelectionList.vue index 78d274943d..fff14f0a05 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSelectionList.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSelectionList.vue @@ -1,24 +1,19 @@ - + @@ -58,11 +49,11 @@