From e033d2f8080b5e12300f36aacaaa92829a0cbd51 Mon Sep 17 00:00:00 2001 From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com> Date: Fri, 27 Feb 2026 20:43:16 +0300 Subject: [PATCH] add channel version history to publish side panel --- .../sidePanels/ChannelVersionHistory.vue | 244 ++++++++++++++++++ .../sidePanels/PublishSidePanel.vue | 7 + .../__tests__/PublishSidePanel.spec.js | 5 + .../composables/useChannelVersionHistory.js | 109 ++++++++ .../strings/communityChannelsStrings.js | 21 ++ 5 files changed, 386 insertions(+) create mode 100644 contentcuration/contentcuration/frontend/channelEdit/components/sidePanels/ChannelVersionHistory.vue create mode 100644 contentcuration/contentcuration/frontend/shared/composables/useChannelVersionHistory.js diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/sidePanels/ChannelVersionHistory.vue b/contentcuration/contentcuration/frontend/channelEdit/components/sidePanels/ChannelVersionHistory.vue new file mode 100644 index 0000000000..924e15655c --- /dev/null +++ b/contentcuration/contentcuration/frontend/channelEdit/components/sidePanels/ChannelVersionHistory.vue @@ -0,0 +1,244 @@ + + + + + + + diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/sidePanels/PublishSidePanel.vue b/contentcuration/contentcuration/frontend/channelEdit/components/sidePanels/PublishSidePanel.vue index f16745cd5e..85081ffec8 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/sidePanels/PublishSidePanel.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/sidePanels/PublishSidePanel.vue @@ -74,6 +74,11 @@ @blur="isLanguageSelectBlurred = true" /> + + @@ -154,6 +159,7 @@