feat: update ui for android

This commit is contained in:
2024-11-15 09:39:35 +00:00
parent d03c11fdb1
commit f2c0ab0945
21 changed files with 1006 additions and 801 deletions
+8 -4
View File
@@ -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}>