Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/send/batch-payment-request-big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/send/batch-payment-request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/send/batch-payment-request@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/send/batch-review-tooltip-big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/send/batch-review-tooltip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/send/batch-review-tooltip@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/milestones/other/contacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Payment information:

Payment history:
- Incoming transactions
- Outgoing transactions
- Outgoing transactions
30 changes: 29 additions & 1 deletion pages/milestones/send/multiple-recipients.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ indent: true

**Status: Early design exploration**

Batch transactions can be enabled via the menu. The user can add more recipients and specify amounts for each.
Batch transactions can be enabled via the main menu in the send form.

### Send form

Users can add more recipients by clicking on the plus icon to add a transaction to the batch. For the individual transactions, the same options are available as for a regular transaction. The horizontal arrows are used to navigate between transactions and edit them.

{% include picture.html
image = "/assets/images/send/batch-transactions.png"
Expand All @@ -21,6 +25,19 @@ Batch transactions can be enabled via the menu. The user can add more recipients
height = 551
%}

Just like in the basic send flow, users can use import payment request to fill out the payment details for individual transactions.

{% include picture.html
image = "/assets/images/send/batch-payment-request.png"
retina = "/assets/images/send/batch-payment-request@2x.png"
big = "/assets/images/send/batch-transactions-big.png"
alt-text = "Send screen showing a message that an invoice has been detected in the clipboard."
width = 800
height = 436
%}

### Review screen

The review screen lists all transactions in a simple list and shows the total amount to be sent.

{% include picture.html
Expand All @@ -30,4 +47,15 @@ The review screen lists all transactions in a simple list and shows the total am
alt-text = "Review screen with a summary of all transactions"
width = 800
height = 551
%}

If the user has added a note to an individual transaction, it is displayed on the transaction list on the review screen. Users can hover over the info icon next to the text to check the destination address for that transaction. If no note is present, the shortened destination address is displayed in the transaction list.

{% include picture.html
image = "/assets/images/send/batch-review-tooltip.png"
retina = "/assets/images/send/batch-review-tooltip@2x.png"
big = "/assets/images/send/batch-review-big.png"
alt-text = "Review screen with a tooltip that shows the destination address for one transaction in the list"
width = 800
height = 739
%}