web adjustments
This commit is contained in:
@@ -63,9 +63,11 @@ export function StarterPackCard({
|
|||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<Text style={[a.font_bold, t.atoms.text_contrast_medium]}>
|
{!!joinedAllTimeCount && joinedAllTimeCount >= 50 && (
|
||||||
{joinedAllTimeCount} users have joined!
|
<Text style={[a.font_bold, t.atoms.text_contrast_medium]}>
|
||||||
</Text>
|
{joinedAllTimeCount} users have joined!
|
||||||
|
</Text>
|
||||||
|
)}
|
||||||
{record.description && (
|
{record.description && (
|
||||||
<Text numberOfLines={3}>{record.description}</Text>
|
<Text numberOfLines={3}>{record.description}</Text>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -70,6 +70,8 @@ export function StepFeeds() {
|
|||||||
onEndReached={!query ? () => fetchNextPage() : undefined}
|
onEndReached={!query ? () => fetchNextPage() : undefined}
|
||||||
onEndReachedThreshold={2}
|
onEndReachedThreshold={2}
|
||||||
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
||||||
|
containWeb={true}
|
||||||
|
sideBorders={false}
|
||||||
ListEmptyComponent={
|
ListEmptyComponent={
|
||||||
<View style={[a.flex_1, a.align_center, a.mt_lg]}>
|
<View style={[a.flex_1, a.align_center, a.mt_lg]}>
|
||||||
<Loader size="lg" />
|
<Loader size="lg" />
|
||||||
|
|||||||
@@ -59,6 +59,8 @@ export function StepProfiles() {
|
|||||||
onEndReached={!query ? () => fetchNextPage() : undefined}
|
onEndReached={!query ? () => fetchNextPage() : undefined}
|
||||||
onEndReachedThreshold={2}
|
onEndReachedThreshold={2}
|
||||||
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
||||||
|
containWeb={true}
|
||||||
|
sideBorders={false}
|
||||||
ListEmptyComponent={
|
ListEmptyComponent={
|
||||||
<View style={[a.flex_1, a.align_center, a.mt_lg]}>
|
<View style={[a.flex_1, a.align_center, a.mt_lg]}>
|
||||||
<Loader size="lg" />
|
<Loader size="lg" />
|
||||||
|
|||||||
Reference in New Issue
Block a user