Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

add "mutuals" text to follow button in notifications #30

closed opened by daniela.lol targeting main from [deleted fork]: main

if ur wondering why its a if check, good question, bluesky does it as well for the "follow back" text for some reason, i have to assume theres an actual reason for it if they are doing it ¯_(ツ)_/¯

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:x3vdwseoxbzbp2dfv7q3brqn/sh.tangled.repo.pull/3m7yyyxyicw22
+1 -1
Diff #0
+1 -1
src/view/com/notifications/NotificationFeedItem.tsx
··· 838 838 onPress={onPressUnfollow}> 839 839 <ButtonIcon icon={CheckIcon} /> 840 840 <ButtonText> 841 - <Trans>Following</Trans> 841 + {isFollowedBy ? <Trans>Mutuals</Trans> : <Trans>Following</Trans>} 842 842 </ButtonText> 843 843 </Button> 844 844 ) : (

History

1 round 1 comment
sign up or login to add to the discussion
daniela.lol submitted #0
1 commit
expand
d5467858
add mutuals text to follow button in notifications
expand 1 comment

this was merged but the commit in the repo is different from the one in this PR. oh well, at least the code is in now!

closed without merging