Merge branch 'bluesky-social:main' into patch-3

This commit is contained in:
Minseo Lee 2024-03-12 16:24:32 +09:00 committed by GitHub
commit 2456ca828f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 3427 additions and 2396 deletions

View file

@ -238,13 +238,14 @@ function FeedCardInner({feed}: {feed: FeedSourceInfo; config: FeedConfig}) {
/>
</View>
<View style={[a.pt_2xs, a.flex_grow]}>
<View style={[a.pt_2xs, a.flex_1, a.flex_grow]}>
<Text
style={[
a.text_md,
a.font_bold,
ctx.selected && styles.textSelected,
]}>
]}
numberOfLines={1}>
{feed.displayName}
</Text>
<Text