mirror of
https://github.com/khairul169/vaulterm.git
synced 2026-09-15 17:03:30 +07:00
feat: update ui for android
This commit is contained in:
@@ -46,9 +46,7 @@ export default function ServerPage() {
|
||||
marginHorizontal: "auto",
|
||||
},
|
||||
title: "Vaulterm",
|
||||
headerRight: () => (
|
||||
<ThemeSwitcher bg="$colorTransparent" $gtSm={{ mr: "$3" }} />
|
||||
),
|
||||
headerRight: () => <ThemeSwitcher $gtSm={{ mr: "$3" }} />,
|
||||
}}
|
||||
/>
|
||||
|
||||
@@ -66,7 +64,13 @@ export default function ServerPage() {
|
||||
<ErrorAlert error={serverConnect.error} />
|
||||
|
||||
<FormField vertical label="URL">
|
||||
<InputField form={form} name="url" placeholder="https://" />
|
||||
<InputField
|
||||
form={form}
|
||||
name="url"
|
||||
autoCapitalize="none"
|
||||
keyboardType="url"
|
||||
placeholder="https://"
|
||||
/>
|
||||
</FormField>
|
||||
|
||||
<Button onPress={onSubmit} isLoading={serverConnect.isPending}>
|
||||
|
||||
Reference in New Issue
Block a user