Feeds tab fixes (#1486)
* Bold the saved feeds on mobile * Improve the saved feeds loading state * Add soft reset handler to feeds page * Show feed descriptions in profile listing * Add an 'about this feed' modal * Fix type assertion
This commit is contained in:
parent
753fb8bfbc
commit
971c8025e6
4 changed files with 74 additions and 12 deletions
|
@ -187,7 +187,9 @@ export const ProfileScreen = withAuthRequired(
|
|||
/>
|
||||
)
|
||||
} else if (item instanceof CustomFeedModel) {
|
||||
return <CustomFeed item={item} showSaveBtn showLikes />
|
||||
return (
|
||||
<CustomFeed item={item} showSaveBtn showLikes showDescription />
|
||||
)
|
||||
}
|
||||
// if section is posts or posts & replies
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue