deer social fork for personal usage. but you might see a use idk. github mirror
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

don't get how this happened to the similar accounts stuff but fixed

ayla 7a049d9a c184716d

+23 -6
+23 -6
src/components/FeedInterstitials.tsx
··· 376 376 t.atoms.bg_contrast_25, 377 377 ]} 378 378 pointerEvents={isIOS ? 'auto' : 'box-none'}> 379 - <Text style={[a.text_sm, a.font_semi_bold, t.atoms.text]}> 380 - {isFeedContext ? ( 381 - <Trans>Suggested for you</Trans> 382 - ) : ( 383 - <Trans>Similar accounts</Trans> 379 + <View 380 + style={[ 381 + a.px_lg, 382 + a.pt_md, 383 + a.flex_row, 384 + a.align_center, 385 + a.justify_between, 386 + ]} 387 + pointerEvents={isIOS ? 'auto' : 'box-none'}> 388 + <Text style={[a.text_sm, a.font_semi_bold, t.atoms.text]}> 389 + {isFeedContext ? ( 390 + <Trans>Suggested for you</Trans> 391 + ) : ( 392 + <Trans>Similar accounts</Trans> 393 + )} 394 + </Text> 395 + {!isProfileHeaderContext && ( 396 + <InlineLinkText 397 + label={_(msg`See more suggested profiles on the Explore page`)} 398 + to="/search"> 399 + <Trans>See more</Trans> 400 + </InlineLinkText> 384 401 )} 385 - </Text> 402 + </View> 386 403 387 404 {gtMobile ? ( 388 405 <View style={[a.p_lg, a.pt_md]}>