You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #450: Add Multiple Recipients option to the Send form
1769fa8 Fix typo in MultipleSendReview (Johnny)
5642319 qml: Change IconButton disabled color to neutral4 (johnny9)
0ed6bd9 qml: Disable multipleRecipients after clearing the recipients list (johnny9)
ed4ba2a qml: Add a recipient when multiple recipients are enabled (johnny9)
d9c3877 qml: Connect Recipient label to Note to self input (johnny9)
36aecee qml: New recipients use current's units (johnny9)
f673f7c qml: When multipleRecipients is disabled, clearToFront of the list (johnny9)
a583c6c qml: Split amount and display updating for Bitcoin amount input (johnny9)
5fd4441 qml: Restrict Recipients to 25 (johnny9)
c05e3bc qml: Handle removal of first recipient properly (johnny9)
3b15c2a qml: Clear Send form after sending transaciton (johnny9)
7543860 qml: Commit Recipient amount when active focus is lost (johnny9)
fe56371 qml: Add total calculation to SendRecipientsListModel (johnny9)
20f7189 qml: Cleanup BitcoinAmount (johnny9)
238ce8c qml: Replace NavButton with IconButton in Send (johnny9)
3acfb21 qml: Add plus big filled icon (johnny9)
0a08371 qml: Add MultipleSendReview page (johnny9)
e5e5d6a qml: Prepare transaction with recipients list (johnny9)
5dc3f33 qml: Add remove button to multiple recipients (johnny9)
fc6dd3a qml: Reduce size of recipient selectors (johnny9)
06e9586 qml: Add Multiple Recipients bar to Send form (johnny9)
059a7a2 qml: Add Multiple Recipients toggle to Send menu (johnny9)
20d6bcd qml: Introduce SendRecipientsListModel (johnny9)
Pull request description:
This change introduces the multiple recipients controls to the Send form. It is enabled in the ellipses option menu by toggling on "Enable Multiple Recipients". This is stored as a QSetting for the user.
This PR depends on #448 which contains the

first implementation of the Send options menu.

Top commit has no ACKs.
Tree-SHA512: 2f8f9e76eea107a898015966c6f838f303d7364852a26d0ab74dfb76bbf756563a9d29b0d6572c39b78ca23dc012c93af0fdcfa5d30f6bee693f8ac34c3b0c64
0 commit comments