From fa75ff651dcce8ae35739957ac9e7b355592600a Mon Sep 17 00:00:00 2001 From: GautamBytes Date: Tue, 11 Mar 2025 16:04:58 +0000 Subject: [PATCH 1/7] fixed misalignment in checkbox --- .../frontend/channelEdit/components/Clipboard/Channel.vue | 2 +- .../frontend/channelEdit/components/Clipboard/ContentNode.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/Channel.vue b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/Channel.vue index 189ad3c4ab..76f91b44dc 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/Channel.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/Channel.vue @@ -11,7 +11,7 @@ Date: Mon, 17 Mar 2025 15:33:06 +0000 Subject: [PATCH 2/7] made checkbox vertically aligned --- .../frontend/channelEdit/components/Clipboard/ContentNode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue index 80541429af..c80a598134 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue @@ -31,7 +31,7 @@ Date: Mon, 17 Mar 2025 15:55:51 +0000 Subject: [PATCH 3/7] minor fine-tuned --- .../frontend/channelEdit/components/Clipboard/ContentNode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue index c80a598134..39eba0ad55 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue @@ -31,7 +31,7 @@ Date: Tue, 18 Mar 2025 15:50:08 +0000 Subject: [PATCH 4/7] revert some changes --- .../frontend/channelEdit/components/Clipboard/ContentNode.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue index 39eba0ad55..ebc7127890 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue @@ -28,10 +28,10 @@ :style="{ 'padding-left': indentPadding }" inactive > - + Date: Tue, 18 Mar 2025 15:51:54 +0000 Subject: [PATCH 5/7] [pre-commit.ci lite] apply automatic fixes --- .../frontend/channelEdit/components/Clipboard/ContentNode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue index ebc7127890..80541429af 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue @@ -28,7 +28,7 @@ :style="{ 'padding-left': indentPadding }" inactive > - + Date: Wed, 26 Mar 2025 23:23:29 +0530 Subject: [PATCH 6/7] Update ContentNode.vue --- .../channelEdit/components/Clipboard/ContentNode.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue index 80541429af..0454b06a09 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue @@ -31,7 +31,7 @@ From 238f6263ee543412aadb5ba2c4896271a395fe6f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:54:52 +0000 Subject: [PATCH 7/7] [pre-commit.ci lite] apply automatic fixes --- .../frontend/channelEdit/components/Clipboard/ContentNode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue index 0454b06a09..22414b1359 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/Clipboard/ContentNode.vue @@ -309,7 +309,7 @@ } .action-col { - padding-top: 16px; + padding-top: 16px; }