From 656ae22f4f70fae51e3ce2c9361f9e3dcbf27276 Mon Sep 17 00:00:00 2001 From: Prashant-thakur77 Date: Wed, 22 Oct 2025 22:29:10 +0530 Subject: [PATCH 1/5] Updated channelSetModal --- .../channelList/views/ChannelSet/ChannelSetModal.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetModal.vue b/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetModal.vue index 5c7a980035..66485af0cc 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetModal.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetModal.vue @@ -73,7 +73,7 @@ - +
Date: Wed, 22 Oct 2025 22:32:12 +0530 Subject: [PATCH 2/5] Made StudioLargeLoader --- .../shared/views/StudioLargeLoader.vue | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 contentcuration/contentcuration/frontend/shared/views/StudioLargeLoader.vue diff --git a/contentcuration/contentcuration/frontend/shared/views/StudioLargeLoader.vue b/contentcuration/contentcuration/frontend/shared/views/StudioLargeLoader.vue new file mode 100644 index 0000000000..7c6b7262b4 --- /dev/null +++ b/contentcuration/contentcuration/frontend/shared/views/StudioLargeLoader.vue @@ -0,0 +1,28 @@ + + + + + + + From 72c35b5e5b09efe5778d232b0b8a455ec4787afb Mon Sep 17 00:00:00 2001 From: Prashant-thakur77 Date: Wed, 22 Oct 2025 22:33:01 +0530 Subject: [PATCH 3/5] Updated storage Loader --- .../frontend/settings/pages/Storage/index.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/contentcuration/contentcuration/frontend/settings/pages/Storage/index.vue b/contentcuration/contentcuration/frontend/settings/pages/Storage/index.vue index b551814440..1df7cbb77e 100644 --- a/contentcuration/contentcuration/frontend/settings/pages/Storage/index.vue +++ b/contentcuration/contentcuration/frontend/settings/pages/Storage/index.vue @@ -47,12 +47,7 @@ -
- -
+

@@ -115,10 +110,14 @@ import { fileSizeMixin, constantsTranslationMixin } from 'shared/mixins'; import { ContentKindsList, ContentKindsNames } from 'shared/leUtils/ContentKinds'; import theme from 'shared/vuetify/theme'; + import StudioLargeLoader from 'shared/views/StudioLargeLoader'; export default { name: 'Storage', - components: { RequestForm }, + components: { + RequestForm, + StudioLargeLoader, + }, mixins: [fileSizeMixin, constantsTranslationMixin], data() { return { From fd96693b02c26eb828fa85179112e90b117d96b6 Mon Sep 17 00:00:00 2001 From: Prashant-thakur77 Date: Fri, 24 Oct 2025 10:45:45 +0530 Subject: [PATCH 4/5] Changed class to large-loader and removed kds imports --- .../frontend/shared/views/StudioLargeLoader.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/contentcuration/contentcuration/frontend/shared/views/StudioLargeLoader.vue b/contentcuration/contentcuration/frontend/shared/views/StudioLargeLoader.vue index 7c6b7262b4..ccb4715343 100644 --- a/contentcuration/contentcuration/frontend/shared/views/StudioLargeLoader.vue +++ b/contentcuration/contentcuration/frontend/shared/views/StudioLargeLoader.vue @@ -1,6 +1,6 @@