FeedCard & ListCard cleanups (#4644)
* Extract ListCard from FeedCard * Export FeedCard.Action and optionally include in ListCard * Remove list dual usage from most of FeedCard * Update usages of FeedCard and ListCard * Add back list purpose logic * Make Action comp easier to use, clarify list purpose * Rename Action to SaveButton
This commit is contained in:
parent
58a97db5b8
commit
1a037d3542
9 changed files with 198 additions and 97 deletions
|
@ -316,7 +316,7 @@ function LandingScreenLoaded({
|
|||
t.atoms.border_contrast_low,
|
||||
]}
|
||||
key={feed.uri}>
|
||||
<FeedCard.Default type="feed" view={feed} />
|
||||
<FeedCard.Default view={feed} />
|
||||
</View>
|
||||
))}
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue