Following Page: use horizontal livestream tiles for mobile
This commit is contained in:
parent
b99c83a13f
commit
17a9b84df1
1 changed files with 10 additions and 2 deletions
|
@ -2,9 +2,10 @@
|
|||
import * as PAGES from 'constants/pages';
|
||||
import * as ICONS from 'constants/icons';
|
||||
import * as CS from 'constants/claim_search';
|
||||
import { SIMPLE_SITE, ENABLE_NO_SOURCE_CLAIMS } from 'config';
|
||||
import { SIMPLE_SITE } from 'config';
|
||||
import React from 'react';
|
||||
import ChannelsFollowingDiscoverPage from 'page/channelsFollowingDiscover';
|
||||
import LivestreamSection from 'page/discover/livestreamSection';
|
||||
import ClaimListDiscover from 'component/claimListDiscover';
|
||||
import Page from 'component/page';
|
||||
import Button from 'component/button';
|
||||
|
@ -75,7 +76,14 @@ function ChannelsFollowingPage(props: Props) {
|
|||
navigate={`/$/${PAGES.CHANNELS_FOLLOWING_DISCOVER}`}
|
||||
/>
|
||||
}
|
||||
showNoSourceClaims={ENABLE_NO_SOURCE_CLAIMS}
|
||||
subSection={
|
||||
<LivestreamSection
|
||||
tileLayout={tileLayout}
|
||||
channelIds={channelIds}
|
||||
activeLivestreams={activeLivestreams}
|
||||
doFetchActiveLivestreams={doFetchActiveLivestreams}
|
||||
/>
|
||||
}
|
||||
hasSource
|
||||
/>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue