Skip to content
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

[GUI] Add GUI controls for subtract-fee-from-amount #2347

Merged
merged 5 commits into from
Jul 18, 2021

Commits on Jul 12, 2021

  1. [CSS] Prepare styling for btn-list-menu::checked (font-size/color)

    We will make the 'subtractFeeFromAmount' a checkable button in the menu
    for multiple recipient rows
    random-zebra committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    04e43f9 View commit details
    Browse the repository at this point in the history
  2. [GUI] Add checkboxSubtractFeeFromAmount checkbox in sendmultirow

    Visible when single recipient. Its checked state returns whether or not
    to subtract the fee from the recipient amount.
    
    SendMultiRow::toggleSubtractFeeFromAmount is not connected for now.
    It will be connected with the contextual menu, to set per-recipient
    subtract-fee-from-amount, when there are multiple rows.
    random-zebra committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    c8e74e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ac915 View commit details
    Browse the repository at this point in the history
  4. GUI: Add styling for subtract fee from amount checkbox for light and …

    …dark themes.
    
    * Aligned the checkbox checked/unchecked text color and check image to the screen styling.
    * Added checkbox hover selector state.
    furszy authored and random-zebra committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    3f45e09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e860c5 View commit details
    Browse the repository at this point in the history