From 9af32a0024e1de2256dd4f11d14b3e3d278a9c22 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 21 Mar 2022 18:53:09 -0400 Subject: [PATCH] move recommendations below following Until we have the reordering option. Recommended will require it's own page most liklely , the show more is strange in the middle of the page. --- ui/component/userChannelFollowIntro/view.jsx | 2 +- ui/page/home/view.jsx | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ui/component/userChannelFollowIntro/view.jsx b/ui/component/userChannelFollowIntro/view.jsx index 517f846da..234f5fe83 100644 --- a/ui/component/userChannelFollowIntro/view.jsx +++ b/ui/component/userChannelFollowIntro/view.jsx @@ -83,7 +83,7 @@ function UserChannelFollowIntro(props: Props) { label={subscribedChannels.length < 1 ? __('Skip') : __('Continue')} /> } - defaultOrderBy={SIMPLE_SITE ? CS.ORDER_BY_TOP : CS.ORDER_BY_TRENDING} + defaultOrderBy={CS.ORDER_BY_TRENDING} defaultFreshness={CS.FRESH_ALL} claimType="channel" claimIds={(CUSTOM_HOMEPAGE && channelIds) || undefined} diff --git a/ui/page/home/view.jsx b/ui/page/home/view.jsx index 88ebc5fd3..bceee9f44 100644 --- a/ui/page/home/view.jsx +++ b/ui/page/home/view.jsx @@ -126,15 +126,12 @@ function HomePage(props: Props) { {title && typeof title === 'string' && ( )} - {index === 0 && <>{claimTiles}} - {index !== 0 && ( {claimTiles} )} - {(route || link) && (