[ELI5] Tweaks to hosting provider (#6935)
* minimal hosting provider * change wording and move back up * first time user nudge * move tip * reexport ticket svg * fix ticket fr this time * text tweak + add minHeight
This commit is contained in:
@@ -128,17 +128,11 @@ export function StepInfo({
|
||||
<ScreenTransition>
|
||||
<View style={[a.gap_md]}>
|
||||
<FormError error={state.error} />
|
||||
<View>
|
||||
<TextField.LabelText>
|
||||
<Trans>Hosting provider</Trans>
|
||||
</TextField.LabelText>
|
||||
<HostingProvider
|
||||
serviceUrl={state.serviceUrl}
|
||||
onSelectServiceUrl={v =>
|
||||
dispatch({type: 'setServiceUrl', value: v})
|
||||
}
|
||||
/>
|
||||
</View>
|
||||
<HostingProvider
|
||||
minimal
|
||||
serviceUrl={state.serviceUrl}
|
||||
onSelectServiceUrl={v => dispatch({type: 'setServiceUrl', value: v})}
|
||||
/>
|
||||
{state.isLoading || isLoadingStarterPack ? (
|
||||
<View style={[a.align_center]}>
|
||||
<Loader size="xl" />
|
||||
|
||||
Reference in New Issue
Block a user