-
Notifications
You must be signed in to change notification settings - Fork 50
Introduce standard fee selection to Send #461
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
Conversation
This property will be used to set the target number of blocks for the standard fees listed in the UI drop down menu.
The FeeSelection component provides the standard fee options via a drop down menu.
Great to see. There are some visual tweaks to be made around spacing (separate PR probably), but otherwise looking good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I will try to fix this up.
The estimated fee will show up in the Review page so I felt that was good enough for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK 16187ac
439d8b0 qml: Cleanup QML in FeeSelection (johnny9) 1bdeb5a qml: Remove unnecessary Layout property in Send (johnny9) e47382a qml: Cleanup QML properties in FeeSelection (johnny9) 7ca2b8c qml: Introduce FeeSelection to Send (johnny9) d03898c qml: Add targetBlocks property to WalletQmlModel (johnny9) d7a41a0 qml: Add caret down icon (johnny9) Pull request description: This replaces the placeholder items in the Send form with a dropdown menu. The menu currently has 3 standard options (High, Default, and Low). These choices map to specific block targets for fee calculation.   ACKs for top commit: MarnixCroes: tACK 439d8b0 Tree-SHA512: a5b9f99091e8bb74c347e049a97923a306907e92afdaa09332512584685fdbebb26095574c686f69a750010fb983f0f34b1ff02235777f56e55fbe85736f009f
This replaces the placeholder items in the Send form with a dropdown menu. The menu currently has 3 standard options (High, Default, and Low). These choices map to specific block targets for fee calculation.