improve sync page clarity, move up button.
This commit is contained in:
parent
d3f95e256a
commit
5c41e5da0d
1 changed files with 9 additions and 6 deletions
|
@ -186,6 +186,13 @@ export default function YoutubeTransferStatus(props: Props) {
|
||||||
total_subs: totalSubs,
|
total_subs: totalSubs,
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
<div className="help--inline">
|
||||||
|
{' '}
|
||||||
|
{__(
|
||||||
|
'*Not all content may be processed. Click Learn More at the bottom to understand sync limitations '
|
||||||
|
)}{' '}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="progress__item">
|
<div className="progress__item">
|
||||||
{__('Claim your channel')}
|
{__('Claim your channel')}
|
||||||
<Icon icon={ICONS.NOT_COMPLETED} className={classnames('progress__complete-icon')} />
|
<Icon icon={ICONS.NOT_COMPLETED} className={classnames('progress__complete-icon')} />
|
||||||
|
@ -213,6 +220,7 @@ export default function YoutubeTransferStatus(props: Props) {
|
||||||
label={youtubeChannels.length > 1 ? __('Claim Channels') : __('Claim Channel')}
|
label={youtubeChannels.length > 1 ? __('Claim Channels') : __('Claim Channel')}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
{addNewChannel && <Button button="link" label={__('Add Another Channel')} onClick={addNewChannel} />}
|
||||||
<Button
|
<Button
|
||||||
button={isYoutubeTransferComplete ? 'primary' : 'link'}
|
button={isYoutubeTransferComplete ? 'primary' : 'link'}
|
||||||
label={__('Explore %SITE_NAME%', { SITE_NAME })}
|
label={__('Explore %SITE_NAME%', { SITE_NAME })}
|
||||||
|
@ -226,12 +234,7 @@ export default function YoutubeTransferStatus(props: Props) {
|
||||||
: __('You will be able to claim your channel once it has finished syncing.')}{' '}
|
: __('You will be able to claim your channel once it has finished syncing.')}{' '}
|
||||||
{youtubeImportPending &&
|
{youtubeImportPending &&
|
||||||
__('You will not be able to edit the channel or content until the transfer process completes.')}{' '}
|
__('You will not be able to edit the channel or content until the transfer process completes.')}{' '}
|
||||||
<Button
|
<Button button="link" label={__('Learn More')} href="https://odysee.com/@OdyseeHelp:b/youtube-sync:b" />
|
||||||
button="link"
|
|
||||||
label={__('Learn More')}
|
|
||||||
href="https://odysee.com/@OdyseeHelp:b/youtube-sync:b#transfer"
|
|
||||||
/>{' '}
|
|
||||||
{addNewChannel && <Button button="link" label={__('Add Another Channel')} onClick={addNewChannel} />}
|
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue