[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:
Samuel Newman
2025-01-08 19:22:04 +00:00
committed by GitHub
parent 40ab77781c
commit 7c8c78b18f
5 changed files with 122 additions and 83 deletions
+5 -11
View File
@@ -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" />