Bluesky app fork with some witchin' additions 💫

fix: pronouns spacing

still looks womp womp but can be improved later. (drafts when!? also need PDS host and tooltip on hovering join date)

xan.lol ae6b1081 a1874907

verified
+7 -12
+1 -1
src/screens/Profile/Header/EditProfileDialog.tsx
··· 434 434 defaultValue={pronouns} 435 435 onChangeText={setPronouns} 436 436 label={_(msg`Pronouns`)} 437 - placeholder={_(msg`Pronouns`)} 437 + placeholder={_(msg`e.g. she/her`)} 438 438 testID="editProfilePronounsInput" 439 439 /> 440 440 </TextField.Root>
+2 -8
src/screens/Profile/Header/Handle.tsx
··· 51 51 a.rounded_xs, 52 52 {borderColor: t.palette.contrast_200}, 53 53 ] 54 - : [a.text_md, a.leading_snug, t.atoms.text_contrast_medium], 54 + : [a.text_md, a.leading_tight, t.atoms.text_contrast_medium], 55 55 web({ 56 56 wordBreak: 'break-all', 57 57 direction: 'ltr', ··· 73 73 )} 74 74 </Text> 75 75 {pronouns && ( 76 - <Text 77 - style={[ 78 - t.atoms.text_contrast_low, 79 - a.text_md, 80 - a.leading_snug, 81 - a.pb_sm, 82 - ]}> 76 + <Text style={[t.atoms.text_contrast_low, a.text_md, a.leading_tight]}> 83 77 {sanitizePronouns(pronouns, IS_NATIVE)} 84 78 </Text> 85 79 )}
+1 -1
src/screens/Profile/Header/ProfileHeaderStandard.tsx
··· 144 144 /> 145 145 </View> 146 146 <View 147 - style={[a.flex_col, a.gap_xs, a.pb_sm, live ? a.pt_sm : a.pt_2xs]}> 147 + style={[a.flex_col, a.gap_xs, a.pb_md, live ? a.pt_sm : a.pt_2xs]}> 148 148 <View style={[a.flex_row, a.align_center, a.gap_xs, a.flex_1]}> 149 149 <Text 150 150 emoji
+1 -1
src/view/com/composer/ComposerReplyTo.tsx
··· 131 131 t.atoms.text_contrast_low, 132 132 a.text_md, 133 133 a.leading_snug, 134 - a.pl_xs, 134 + a.pl_sm, 135 135 ]} 136 136 numberOfLines={1} 137 137 emoji>
+2 -1
src/view/com/util/PostMeta.tsx
··· 151 151 onPress={onBeforePressAuthor} 152 152 style={[ 153 153 t.atoms.text_contrast_low, 154 + a.pl_2xs, 154 155 a.text_md, 155 - a.leading_tight, 156 + {lineHeight: 1.17}, 156 157 {flexShrink: 5}, 157 158 ]}> 158 159 {NON_BREAKING_SPACE + sanitizePronouns(pronouns)}