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

[VDG] Fix amount copy on Transaction Preview dialog #11787

Merged
merged 3 commits into from
Oct 25, 2023

Conversation

adamPetho
Copy link
Collaborator

@adamPetho adamPetho commented Oct 24, 2023

Fixes #11785

On master:

When you copy the Amount in the Tx Preview dialog, the class type of the amount got saved to the clipboard.

this: WalletWasabi.Fluent.Models.Wallets.Amount

PR:

The actual BTC amount is copied to the clipboard.

Copy link
Collaborator

@Szpoti Szpoti left a comment

Choose a reason for hiding this comment

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

tACK

yahiheb
yahiheb previously approved these changes Oct 24, 2023
Copy link
Collaborator

@yahiheb yahiheb left a comment

Choose a reason for hiding this comment

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

tACK

@soosr soosr merged commit a399659 into WalletWasabi:master Oct 25, 2023
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] Clicking on copy amount button at Transaction preview copies the type
5 participants