diff --git a/assets/images/send/batch-payment-request-big.png b/assets/images/send/batch-payment-request-big.png new file mode 100644 index 0000000..6515118 Binary files /dev/null and b/assets/images/send/batch-payment-request-big.png differ diff --git a/assets/images/send/batch-payment-request.png b/assets/images/send/batch-payment-request.png new file mode 100644 index 0000000..7d3f84b Binary files /dev/null and b/assets/images/send/batch-payment-request.png differ diff --git a/assets/images/send/batch-payment-request@2x.png b/assets/images/send/batch-payment-request@2x.png new file mode 100644 index 0000000..5112d7a Binary files /dev/null and b/assets/images/send/batch-payment-request@2x.png differ diff --git a/assets/images/send/batch-review-tooltip-big.png b/assets/images/send/batch-review-tooltip-big.png new file mode 100644 index 0000000..b7b3646 Binary files /dev/null and b/assets/images/send/batch-review-tooltip-big.png differ diff --git a/assets/images/send/batch-review-tooltip.png b/assets/images/send/batch-review-tooltip.png new file mode 100644 index 0000000..f007f74 Binary files /dev/null and b/assets/images/send/batch-review-tooltip.png differ diff --git a/assets/images/send/batch-review-tooltip@2x.png b/assets/images/send/batch-review-tooltip@2x.png new file mode 100644 index 0000000..ca62291 Binary files /dev/null and b/assets/images/send/batch-review-tooltip@2x.png differ diff --git a/pages/milestones/other/contacts.md b/pages/milestones/other/contacts.md index 66c8a9e..663156a 100644 --- a/pages/milestones/other/contacts.md +++ b/pages/milestones/other/contacts.md @@ -43,4 +43,4 @@ Payment information: Payment history: - Incoming transactions -- Outgoing transactions \ No newline at end of file +- Outgoing transactions diff --git a/pages/milestones/send/multiple-recipients.md b/pages/milestones/send/multiple-recipients.md index a336628..35920ad 100644 --- a/pages/milestones/send/multiple-recipients.md +++ b/pages/milestones/send/multiple-recipients.md @@ -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" @@ -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 @@ -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 %} \ No newline at end of file