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: packages/atlas/atlas.config.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ joystream:
38
38
39
39
features:
40
40
ypp:
41
-
suspended: true# Whether the YPP is currently suspended
41
+
suspended: false# Whether the YPP is currently suspended
42
42
yppDelayThreshold: 300# When the YPP sync backlog exceeds the threshold, Atlas will consider the YPP sync delayed.
43
43
landingPageOgTitle: 'Gleev Creator Rewards Program'# Open graph title for YPP landing page - used in open graph meta tags in HTML
44
44
landingPageOgDescription: 'Connect and monetize your content with Web3 native features on Gleev, the video streaming dApp built on Joystream blockchain.'# Open graph description for YPP landing page - used in open graph meta tags in HTML
? `Your YouTube channel is being automatically synced with your ${atlasConfig.general.appName} channel. You will be rewarded every time a new video gets synced.`
146
-
: `Automatic YouTube channel sync with ${atlasConfig.general.appName} is disabled. You can enable it again anytime in YPP settings tab.`
? `Your YouTube channel is being automatically synced with your ${atlasConfig.general.appName} channel. You will be rewarded every time a new video gets synced.`
182
+
: `Automatic YouTube channel sync with ${atlasConfig.general.appName} is disabled. You can enable it again anytime in YPP settings tab.`
description={`You can apply to the YouTube Partner Program with as many YouTube & ${atlasConfig.general.appName} channels as you want. Each YouTube channel can be assigned to only one ${atlasConfig.general.appName} channel.`}
203
-
actionButton={{text: 'Add new channel',onClick: handleYppSignUpClick}}
204
-
/>
201
+
{preOptOutStatus ? (
202
+
<Banner
203
+
dismissibleId="ypp-opted-out-bug"
204
+
title="Was your channel mistakenly removed from YPP?"
actionButton={{text: 'Sign up again',_textOnly: false,onClick: handleYppSignUpClick}}
236
+
/>
237
+
) : (
238
+
<Banner
239
+
dismissibleId="ypp-sync-second-channel"
240
+
title="Have another YouTube channel?"
241
+
icon={<SvgAlertsInformative24/>}
242
+
description={`You can apply to the YouTube Partner Program with as many YouTube & ${atlasConfig.general.appName} channels as you want. Each YouTube channel can be assigned to only one ${atlasConfig.general.appName} channel.`}
243
+
actionButton={{text: 'Add new channel',onClick: handleYppSignUpClick}}
0 commit comments