Add hovercards to "Reply To" (#3587)

* Add hovercard for Reply To

* Tweak durations
This commit is contained in:
dan 2024-04-16 23:44:41 +01:00 committed by GitHub
parent 1e26654a9b
commit 480fa10e0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 15 deletions

View file

@ -284,12 +284,14 @@ let FeedItemInner = ({
numberOfLines={1}>
<Trans context="description">
Reply to{' '}
<UserInfoText
type="md"
did={replyAuthorDid}
attr="displayName"
style={[pal.textLight]}
/>
<ProfileHoverCard inline did={replyAuthorDid}>
<UserInfoText
type="md"
did={replyAuthorDid}
attr="displayName"
style={[pal.textLight]}
/>
</ProfileHoverCard>
</Trans>
</Text>
</View>