-
Notifications
You must be signed in to change notification settings - Fork 32
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: deeplinks for wallets #378
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Desktop:
- For Reverse Swaps on Desktop I don't think it makes sense to have the "Open in Wallet" button. It opens Alby, which already has the
Pay invoice via WebLN
button. https://github.com/LN-Zap/zap-desktop is archived, I don't think there is any other popular desktop lightning wallets that could make use of that button. - For Normal Swaps, on my ubuntu system the handler couldn't find my Green wallet to open
liquidnetwork:
, I openen an issue on green side. For bitcoin mainchain the handler listed others
but then send dialogue and amounts couldn't be prefilled.
Summary: not very useful on Desktop, if you insist let's keep it for normal swaps only and we hope that Green & other wallets improve in future. I am also fine removing it completely for desktop.
Mobile:
Works beautifully in all wallets I tested. Everything prefilled as it should be, even in Green.
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.
Reverse Swaps:
- So now
Pay invoice via WebLN
only applies to Desktop,Open in Wallet
only applies for Mobile. I think we should unify style! Blue button on top vs both yellow next to each other. Don't care which, but it should be the same.Scan QR Code
on mobile is blue on top, same style asPay invoice via WebLN
on Desktop.
Normal Swaps:
- Mobile is missing
Copy Address
now. Which is only acceptable if we add a copy symbol into the address filed so it's discoverable that the address can be copied by tapping on it. I just really don't like that there are 3 equally looking buttons on mobile and desktop doing different things.
The "blue button on top" style for Open in Wallet
can work if you agree doing #444
Since we are now free to do #444, we can use this button style for "open in wallet" on mobile. |
add links on SwapCreated and InvoiceSet on the QR code and as button closes #299 change copy addres to copy bip21
closes #444 |
add links on SwapCreated and InvoiceSet on the QR code and as button.
its working for alby on browser for me i did not test bip21 yet.
closes #299
i replaced the copy bip21 for the open in wallet button, usually you don't really want to copy bip21 right? else we get a small ui issue because we have to less room to make it look good.