From b652b6ba775ce0087514438e15a94383fe2ed3d5 Mon Sep 17 00:00:00 2001 From: shruti862 Date: Wed, 15 Jan 2025 19:39:19 +0530 Subject: [PATCH 1/3] Used KTextTruncator in ReviewSelectionsPage to avoid text collision --- .../views/ImportFromChannels/ReviewSelectionsPage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue index 17f6ab7242..f50cc8ef7a 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue @@ -16,10 +16,11 @@ - From 144381712250a59b887933d7977c6a15ccbfa12b Mon Sep 17 00:00:00 2001 From: shruti862 Date: Fri, 7 Feb 2025 01:25:02 +0530 Subject: [PATCH 2/3] new commit --- .../ImportFromChannels/ReviewSelectionsPage.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue index f50cc8ef7a..447869fe13 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue @@ -16,13 +16,18 @@ - + > + + + {{ $tr('resourcesInTopic', { count: numberOfResources(node) }) }} @@ -107,5 +112,6 @@ /deep/ .v-list__tile { height: auto; } + From 0602a7f5751a20dea2d346252bf52ad69dee8865 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:56:52 +0000 Subject: [PATCH 3/3] [pre-commit.ci lite] apply automatic fixes --- .../views/ImportFromChannels/ReviewSelectionsPage.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue index 447869fe13..dae3b9e35a 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue @@ -22,7 +22,7 @@ :text="getTitle(node)" @click="preview(node)" > - +