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

Known issues / missing features #18

Open
5 of 13 tasks
danielnordh opened this issue Feb 28, 2024 · 4 comments
Open
5 of 13 tasks

Known issues / missing features #18

danielnordh opened this issue Feb 28, 2024 · 4 comments

Comments

@danielnordh
Copy link
Contributor

danielnordh commented Feb 28, 2024

  • Create wallet - advanced settings not implemented (hidden for now)
  • Create wallet - button should have progress indicator or similar
  • Restore wallet - not styled / won't work with lightning (hidden for now)
  • Transaction list - order is random as there is no timestamp available
  • Transaction list - onchain transactions are not included as they are not available
  • Transaction list - update after send/receive events
  • Transaction list - pending transactions never updating is caused by JIT+lightning invoices created
  • Transaction list - not updating after new receive
  • Request - currently generates both JIT and Bolt11, should only do one depending on channel situation
  • Send - scanned invoice does not populate Amount
  • Send - send/pay button should have progress indicator or similar, update screen with success/failure
  • Send - close keyboard if valid Bolt11 or onchain address entered
  • QRScanner - does not parse BIP21 correctly, only Bolt11 invoices or raw onchain address
@danielnordh danielnordh changed the title Know issues / missing features Known issues / missing features Feb 28, 2024
@yashrajd
Copy link

yashrajd commented Apr 23, 2024

  • Request – on-chain receive QR code & address reads as "no-address" for some time before showing the actual address
RPReplay_Final1713856247.mov
  • Request - Onchain/lightning toggle in the wrong location (correct position)and (dark mode) Done button text colour hard to read

IMG_6757

@danielnordh
Copy link
Contributor Author

Fixed in 0.3

@yashrajd
Copy link

I checked, and I'm still facing the 'no address' issue but I have new issue now, where the QR won't be displayed and I see a spinner instead.

IMG_13BBD65870A9-1

@danielnordh
Copy link
Contributor Author

I checked, and I'm still facing the 'no address' issue

OK, I should disable the share and copy button until addresses are fetched (see JIT delay below)

but I have new issue now, where the QR won't be displayed and I see a spinner instead.

This is expected while the app gets a JIT address.
It should resolve within a second or two.
Agree it would be better if this was not delayed, or handled better in the UI.

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

No branches or pull requests

2 participants