carry the invite's device name in the link so the phone can prefill it

This commit is contained in:
2026-08-06 13:24:45 +00:00
parent 2873948f98
commit 33ecfa989d
2 changed files with 23 additions and 4 deletions
@@ -201,11 +201,11 @@ const CreateInviteForm = ({ onCreated, onClose }: CreateInviteFormProps) => {
</label>
<Field
label="Note (optional)"
label="Device name (optional)"
value={note}
onChange={setNote}
placeholder="Andre's wife iPhone"
hint="Only for your own list — it is never shown to whoever receives the link."
placeholder="andre-iphone"
hint="Prefilled on the phone's join screen and used as the node's name, which the person can edit. It labels this invite in your list too."
/>
<label className="flex flex-col gap-1.5">