-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
SendingLightning: Display payment paths after successful lightning payment #2345
SendingLightning: Display payment paths after successful lightning payment #2345
Conversation
Maybe we should join the payment path and add note buttons on one line to save real estate. [Payment Path (3)] [Add Note] We'd have to test against low resolutions though. |
76cfdf1
to
9a2024d
Compare
@shubhamkmr04 can you provide screenshots if the layout has been changed at all? |
|
Tested on iPhone 15 pro for now |
views/SendingLightning.tsx
Outdated
|
||
const enhancedPath = currentPayment?.enhancedPath; | ||
|
||
const isPaymentPathExist = |
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.
nit: var name needs work, grammatically you probably wanted doesPaymentPathExist
, but paymentPathExists
may be better. Up to you.
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.
done, also fixed the bottom. Now looks good for android, small iPhones and iPad as well
#1927