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

feat: demo wallets #42

Merged
merged 3 commits into from
Aug 26, 2024
Merged

feat: demo wallets #42

merged 3 commits into from
Aug 26, 2024

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Aug 25, 2024

also:

also:
- add delete wallet feature
- fix copy button on receive page
- add button to exit out of wallet connection page if you have another valid wallet
@rolznz rolznz requested a review from reneaaron August 25, 2024 11:40
@@ -74,6 +73,11 @@ export function Send() {
}

async function loadPayment(text: string) {
if (!text) {
errorToast(new Error("clipboard is empty"));
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
errorToast(new Error("clipboard is empty"));
errorToast(new Error("Your clipboard is empty."));

@rolznz rolznz merged commit 5894274 into master Aug 26, 2024
@im-adithya im-adithya deleted the feat/demo-wallets branch November 18, 2024 12:27
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.

Delete wallets Cannot exit "setup wallet connection" screen without scanning
2 participants