add suggested follow section to profile header (#1481)
* add suggested follow section to profile header * fix button overflow * don't even render on preview * fix useFollowDid and FollowButton race condition * add section header, close button, active state * lighten icon
This commit is contained in:
parent
498c3e2c27
commit
6df1bcad31
5 changed files with 406 additions and 34 deletions
|
@ -41,7 +41,12 @@ export const Component = observer(function ProfilePreviewImpl({
|
|||
styles.headerWrapper,
|
||||
isLoading && isIOS && styles.headerPositionAdjust,
|
||||
]}>
|
||||
<ProfileHeader view={model} hideBackButton onRefreshAll={() => {}} />
|
||||
<ProfileHeader
|
||||
view={model}
|
||||
hideBackButton
|
||||
onRefreshAll={() => {}}
|
||||
isProfilePreview
|
||||
/>
|
||||
</View>
|
||||
<View style={[styles.hintWrapper, pal.view]}>
|
||||
<View style={styles.hint}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue