You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contentcuration/contentcuration/frontend/channelList/views/Channel/StudioChannelsPage/index.vue
+65Lines changed: 65 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,36 @@
1
1
<template>
2
2
3
3
<divclass="channels-page">
4
+
<div
5
+
class="recommendations-announcement"
6
+
:style="{
7
+
backgroundColor: $themePalette.blue.v_100,
8
+
}"
9
+
>
10
+
<div
11
+
class="recommendations-announcement-icon-wrapper"
12
+
:style="{
13
+
backgroundColor: $themePalette.blue.v_200,
14
+
}"
15
+
>
16
+
<KIcon
17
+
icon="library"
18
+
class="recommendations-announcement-icon"
19
+
:color="$themePalette.white"
20
+
:style="{
21
+
backgroundColor: $themePalette.blue.v_400,
22
+
}"
23
+
/>
24
+
</div>
25
+
<div>
26
+
<h2>
27
+
{{ $tr('trySearchRecommendationsHeader') }}
28
+
</h2>
29
+
<p>
30
+
{{ $tr('trySearchRecommendationsText') }}
31
+
</p>
32
+
</div>
33
+
</div>
4
34
<StudioRaisedBox
5
35
v-if="invitations.length"
6
36
class="invitations"
@@ -119,6 +149,9 @@
119
149
$trs: {
120
150
noChannelsFound:'No channels found',
121
151
invitations:'You have {count, plural,\n =1 {# invitation}\n other {# invitations}}',
152
+
trySearchRecommendationsHeader:"Try our new 'Recommendations' feature!",
153
+
trySearchRecommendationsText:
154
+
"Based on the title and descriptions of your folders, we'll suggest content from the Kolibri Library. Choose 'Import from channels' in any channel folder to see your recommendations.",
0 commit comments