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

generate address qrcode #18

Merged
merged 2 commits into from
Dec 13, 2023
Merged

generate address qrcode #18

merged 2 commits into from
Dec 13, 2023

Conversation

dangershony
Copy link
Member

No description provided.

@DavidGershony DavidGershony self-requested a review November 22, 2023 13:32
src/Angor/Client/Pages/Wallet.razor Outdated Show resolved Hide resolved
src/Angor/Client/Shared/Util.cs Outdated Show resolved Hide resolved
@dangershony
Copy link
Member Author

I now consider this should be a popup


nextReceiveAddress = localAccountInfo.GetNextReceiveAddress();

showQrCode.GenerateQRCode(nextReceiveAddress);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this be awaited?

Copy link
Member Author

Choose a reason for hiding this comment

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

no I don't want it to clock the caller

GenerateQRCode(Data);
}

public Task GenerateQRCode(string newData)
Copy link
Collaborator

Choose a reason for hiding this comment

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

GenerateQRCodeAsync

@dangershony
Copy link
Member Author

@DavidGershony I think I will change this PR to use a popup instead so put it on hold

@DavidGershony DavidGershony merged commit 64d33db into main Dec 13, 2023
3 checks passed
@dangershony dangershony deleted the qrcode-address branch July 22, 2024 09:37
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