add imhere row at top
This commit is contained in:
parent
c33ce28805
commit
8e73a02863
1 changed files with 12 additions and 0 deletions
|
@ -253,6 +253,18 @@ export default function getHomePageRowData(
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const IM_HERE_LBRY = {
|
||||||
|
title: '#imherelbry',
|
||||||
|
link: `/$/${PAGES.DISCOVER}?${CS.TAGS_KEY}=imherelbry&${CS.CLAIM_TYPE}=${CS.CLAIM_STREAM}`,
|
||||||
|
options: {
|
||||||
|
claimType: ['stream'],
|
||||||
|
tags: ['imherelbry'],
|
||||||
|
pageSize: 4,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
rowData.push(IM_HERE_LBRY);
|
||||||
|
|
||||||
if (showPersonalizedChannels) rowData.push(RECENT_FROM_FOLLOWING);
|
if (showPersonalizedChannels) rowData.push(RECENT_FROM_FOLLOWING);
|
||||||
if (showPersonalizedTags && !showIndividualTags) rowData.push(TRENDING_FOR_TAGS);
|
if (showPersonalizedTags && !showIndividualTags) rowData.push(TRENDING_FOR_TAGS);
|
||||||
if (showPersonalizedTags && showIndividualTags) {
|
if (showPersonalizedTags && showIndividualTags) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue