From e758af780f891f49ec04ab6fc3b8831ee26fe7af Mon Sep 17 00:00:00 2001 From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:29:39 +0300 Subject: [PATCH 1/6] 000 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9863c77097..551f5a0f76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -178,7 +178,7 @@ packaging==25.0 # google-cloud-error-reporting # google-cloud-kms # gunicorn -pillow==11.3.0 +pillow==11.1.0 # via -r requirements.in prometheus-client==0.10.1 # via django-prometheus From ba6eeaa44cebd07a0689f6bed6d7dac3a10594d8 Mon Sep 17 00:00:00 2001 From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com> Date: Fri, 17 Oct 2025 17:16:02 +0300 Subject: [PATCH 2/6] fixes tab navigation on VTab --- .../frontend/channelEdit/components/ResourcePanel.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue index 674bcfa160..deb3015c83 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue @@ -74,7 +74,8 @@ slider-color="primary" > @@ -86,7 +87,8 @@ /> @@ -923,4 +925,8 @@ border: 1px solid var(--v-greyBackground-base) !important; } + .outline-spacing { + padding: 4px; + } + From 8dc86c3f9915a547028fc7b829b71d1ea159f546 Mon Sep 17 00:00:00 2001 From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:10:22 +0300 Subject: [PATCH 3/6] revert pilllow down grade --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 551f5a0f76..9863c77097 100644 --- a/requirements.txt +++ b/requirements.txt @@ -178,7 +178,7 @@ packaging==25.0 # google-cloud-error-reporting # google-cloud-kms # gunicorn -pillow==11.1.0 +pillow==11.3.0 # via -r requirements.in prometheus-client==0.10.1 # via django-prometheus From b354499a354e9765a3afe695687131866eb7b7c4 Mon Sep 17 00:00:00 2001 From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:26:33 +0300 Subject: [PATCH 4/6] remove px-2 --- .../frontend/channelEdit/components/ResourcePanel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue index deb3015c83..587ff911d2 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue @@ -75,7 +75,7 @@ > @@ -88,7 +88,7 @@ From f1ed92ec0ec5d37b90920f805063ae869ee162eb Mon Sep 17 00:00:00 2001 From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:07:39 +0300 Subject: [PATCH 5/6] Replace custom 'outline-spacing' class with standard 'pa-1 --- .../frontend/channelEdit/components/ResourcePanel.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue index 587ff911d2..0644dfff5d 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue @@ -75,7 +75,7 @@ > @@ -88,7 +88,7 @@ @@ -925,8 +925,8 @@ border: 1px solid var(--v-greyBackground-base) !important; } - .outline-spacing { - padding: 4px; + .pa-1 { + padding: 4px !important; } From ceca3e8d91b62f57c5f02470c484d530096c6514 Mon Sep 17 00:00:00 2001 From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:48:52 +0300 Subject: [PATCH 6/6] Fixes tab styling inconsistencies introduced in previous commits. --- .../frontend/channelEdit/components/ResourcePanel.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue index 0644dfff5d..e8616b3c1e 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue @@ -75,7 +75,7 @@ > @@ -88,7 +88,7 @@ @@ -925,8 +925,4 @@ border: 1px solid var(--v-greyBackground-base) !important; } - .pa-1 { - padding: 4px !important; - } -