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

fix: input placeholder got cut (send) #1517 #1591

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

vaibhavgarg237
Copy link
Contributor

@vaibhavgarg237 vaibhavgarg237 commented Oct 8, 2022

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

  • My code follows the style guidelines of this project and performed a self-review of my own code
  • New and existing tests pass locally with my changes
  • I checked if I need to make corresponding changes to the documentation (and made those changes if needed)

Copy link
Contributor Author

@vaibhavgarg237 vaibhavgarg237 left a comment

Choose a reason for hiding this comment

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

Current Changes: Updated hint text, placeholder

image

@vaibhavgarg237 vaibhavgarg237 marked this pull request as ready for review October 10, 2022 16:56
@github-actions
Copy link

github-actions bot commented Oct 10, 2022

🚀 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: Adam Fiscor (who recently dropped 1337 sats):

The future is bright. We just have a lot of work to do.

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!

Copy link
Contributor

@escapedcat escapedcat left a 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)

await user.type(
screen.getByLabelText("Invoice, Lightning Address or LNURL"),
screen.getByLabelText("Recipient"),
Copy link
Collaborator

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",
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants