From fda8398b5db24454ad4f8ffe3f0da478727ca18d Mon Sep 17 00:00:00 2001 From: Marcella Maki Date: Thu, 2 Apr 2026 16:49:43 -0400 Subject: [PATCH] Add recommendations announcement --- .../channelEdit/views/CurrentTopicView.vue | 30 +++++ .../Channel/StudioChannelsPage/index.vue | 10 ++ .../strings/searchRecommendationsStrings.js | 13 ++ .../shared/views/AiRecommendationsBanner.vue | 124 ++++++++++++++++++ .../frontend/shared/views/StudioBanner.vue | 12 +- 5 files changed, 184 insertions(+), 5 deletions(-) create mode 100644 contentcuration/contentcuration/frontend/shared/views/AiRecommendationsBanner.vue diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/CurrentTopicView.vue b/contentcuration/contentcuration/frontend/channelEdit/views/CurrentTopicView.vue index 9325a227bd..9a896d655f 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/CurrentTopicView.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/views/CurrentTopicView.vue @@ -5,6 +5,22 @@ fluid class="ma-0 main pa-0 panel" > + + + {{ searchRecommendationsStrings.viewRecommendationsButton$() }} + + + diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/StudioChannelsPage/index.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/StudioChannelsPage/index.vue index fce907f275..6ceaa5b5e8 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/StudioChannelsPage/index.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/StudioChannelsPage/index.vue @@ -1,6 +1,7 @@