Bluesky app fork with some witchin' additions ๐Ÿ’ซ witchsky.app
bluesky fork client

feat: mutuals pill/button from catsky.social #4

closed opened by vielle.dev targeting main
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:4zht3z4caxwrw3dlsybodywc/sh.tangled.repo.pull/3m6rnp27gky22
+4 -4
Interdiff #1 โ†’ #2
src/components/Pills.tsx

This file has not been changed.

src/components/ProfileCard.tsx

This file has not been changed.

+4 -4
src/screens/Profile/Header/Handle.tsx
··· 29 29 {profile.viewer?.followedBy && !blockHide ? ( 30 30 <View style={[t.atoms.bg_contrast_25, a.rounded_xs, a.px_sm, a.py_xs]}> 31 31 <Text style={[t.atoms.text, a.text_sm]}> 32 - <Trans> 33 - {profile.viewer?.following ? 'Mutuals' : 'Follows you'} 34 - </Trans> 32 + <Trans>Follows you</Trans> 35 33 </Text> 36 34 </View> 37 35 ) : undefined} ··· 41 39 {profile.viewer?.followedBy && !blockHide ? ( 42 40 <View style={[t.atoms.bg_contrast_25, a.rounded_xs, a.px_sm, a.py_xs]}> 43 41 <Text style={[t.atoms.text, a.text_sm]}> 44 - <Trans>Follows you</Trans> 42 + <Trans> 43 + {profile.viewer?.following ? 'Mutuals' : 'Follows you'} 44 + </Trans> 45 45 </Text> 46 46 </View> 47 47 ) : undefined}

History

4 rounds 3 comments
sign up or login to add to the discussion
1 commit
expand
6a0c100b
feat: mutuals pill
expand 2 comments

finally lol

I'm going to push a commit that puts 'Mutuals' in place of the Following button instead, and just remove the "Follows you" pill from the labels section altogether. But thanks for submitting the PR!!

closed without merging
1 commit
expand
365e9da5
feat: mutuals pill
expand 0 comments
1 commit
expand
365e9da5
feat: mutuals pill
expand 0 comments
1 commit
expand
ba43552d
fix(web): actually serve the manifest and pwa files when running go server
expand 1 comment

wait thats the wrong patch ๐Ÿ’€