From 5d0d5668d8f8d552b91155e83e3b0b3ff0f86707 Mon Sep 17 00:00:00 2001 From: Marco Sadjadi Date: Thu, 21 May 2026 23:41:19 +0200 Subject: [PATCH] feat(web): country-code picker, auth-aware header, dedupe new-server CTA - login: SMS step now has a 60-country dial-code setCountry(e.target.value)} + className="h-8 w-full rounded-md border border-[--color-border] bg-[--color-bg-subtle] px-2 text-[13px] text-[--color-fg] transition-colors duration-200 focus:border-[--color-accent] focus:outline-none focus:ring-1 focus:ring-[--color-accent]" + > + {COUNTRIES.map((c) => ( + + ))} + + +
+ setPhone(e.target.value)} - placeholder="+41 79 123 45 67" + autoComplete="tel-national" + value={phoneLocal} + onChange={(e) => setPhoneLocal(e.target.value)} + placeholder="79 123 45 67" />