From 07aab4e3cce1d631fb293a468e469d6f3551556a Mon Sep 17 00:00:00 2001 From: dzianisv Date: Tue, 9 Jun 2026 09:17:14 +0000 Subject: [PATCH] ux(quick-connect): hint users to Advanced for custom server username (#23) Quick Connect now shows a one-line hint under the password field stating that username defaults to 'opencode' and pointing to Advanced options for servers using a custom OPENCODE_SERVER_USERNAME. Tap-target to switch modes is included. Closes #23 --- app/connection/add.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/connection/add.tsx b/app/connection/add.tsx index d07228b..a826d7c 100644 --- a/app/connection/add.tsx +++ b/app/connection/add.tsx @@ -209,6 +209,13 @@ export default function AddConnectionScreen() { onChangeText={setPassword} secureTextEntry /> + + Username defaults to opencode. Custom username? Use{" "} + setMode("advanced")}> + Advanced options + + . + {/* Connect button */}