carry the invite's device name in the link so the phone can prefill it
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user