From 832a0bea7199c3b2bb91c07502b74aaa8f614e29 Mon Sep 17 00:00:00 2001 From: callmeroot Date: Mon, 22 Jan 2024 22:24:52 +0530 Subject: [PATCH 1/2] Updated Components to KComponents --- .../channelList/views/Channel/ChannelItem.vue | 25 ++++++++++++------- .../channelList/views/Channel/ChannelStar.vue | 9 +++---- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue index 5a107329c4..920d88fee7 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue @@ -93,23 +93,23 @@ :to="channelDetailsLink" > - - - edit + {{ $tr('editChannel') }} @@ -155,7 +158,10 @@ @click="tokenDialog = true" > - content_copy + {{ $tr('copyToken') }} @@ -190,7 +196,10 @@ @click.stop="deleteDialog = true" > - delete + {{ $tr('deleteChannel') }} @@ -232,7 +241,6 @@ import ChannelTokenModal from 'shared/views/channel/ChannelTokenModal'; import Thumbnail from 'shared/views/files/Thumbnail'; import Languages from 'shared/leUtils/Languages'; - import IconButton from 'shared/views/IconButton'; export default { name: 'ChannelItem', @@ -240,7 +248,6 @@ ChannelStar, ChannelTokenModal, Thumbnail, - IconButton, }, props: { channelId: { diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelStar.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelStar.vue index 3e94d907d2..fd9e3a82b4 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelStar.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelStar.vue @@ -2,10 +2,10 @@
- @@ -16,13 +16,10 @@