-
Notifications
You must be signed in to change notification settings - Fork 195
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
fix: input placeholder got cut (send) #1517 #1591
Conversation
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.
2d69a4c
to
2279ee8
Compare
🚀 Thanks for the pull request! Here are the current build files for testing: Download and unzip the file for your browser. Refer to the readme for detailed install instructions. This build is brought to you by:
Want to sponsor the next build? send some sats to ⚡️builds@getalby.com (don't forget to provide your name) Don't forget: keep stacking sats! |
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.
@reneaaron what do you think about the texts? Should we improve these? Also see: #1517 (comment)
2279ee8
to
269837f
Compare
await user.type( | ||
screen.getByLabelText("Invoice, Lightning Address or LNURL"), | ||
screen.getByLabelText("Recipient"), |
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.
is Recipient a good word here?
Is an "invoice" a recipient?
@@ -451,8 +451,8 @@ | |||
"title": "Waiting to scan" | |||
}, | |||
"input": { | |||
"label": "Invoice, Lightning Address or LNURL", | |||
"placeholder": "Paste invoice, lnurl or lightning address" | |||
"label": "Recipient", |
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.
is Recipient a good word here?
Is an "invoice" a recipient?
Describe the changes you have made in this PR
Fixed Send UX: Too long input placeholder is being cut off
On tapping Send UX, the input field is having placeholder which is cut off in Portuguese. So added hint text and updated placeholder text
Link this PR to an issue [optional]
Fixes #1517
Type of change
(Remove other not matching type)
fix
: Bug fix (non-breaking change which fixes an issue)Screenshots of the changes
Checkout below comments
How has this been tested?
Tests are passing locally, final image attached below
Checklist