Skip to content

Add Multiple Recipients option to the Send form #450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

johnny9
Copy link
Contributor

@johnny9 johnny9 commented May 8, 2025

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

Screenshot from 2025-05-08 11-51-34
first implementation of the Send options menu.
Screenshot from 2025-05-08 11-51-26

@johnny9 johnny9 marked this pull request as draft May 8, 2025 15:39
@johnny9 johnny9 marked this pull request as ready for review May 29, 2025 04:51
Copy link
Contributor

@MarnixCroes MarnixCroes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

b4e421e

  • the amount is not tied to each recipient. If I enter x at 1, all have amount x
  • small nit, could this be centered

Screenshot from 2025-05-30 13-26-54

johnny9 added 3 commits May 31, 2025 00:58
This merges BitcoinAmount with SendRecipient to simplify the qml
logic. By doing so, the conversions can be managed all in c++
against the satoshi member variable. Each recipient having its
own BitcoinAmount allows the amounts to be saved independantly
when there are multiple recipients.
@johnny9
Copy link
Contributor Author

johnny9 commented May 31, 2025

b4e421e

* the amount is not tied to each recipient. If I enter x at 1, all have amount x

* small nit, could this be centered

Screenshot from 2025-05-30 13-26-54

I believe I have both of these issues resolved now with the latest commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants