-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: Add integer validation to card limit #51011
Conversation
@rayane-djouah Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@rayane-djouah PR with a single line change was given $125 bounty(issue) where as our PR contains multiple changes and still lower bounty, can you please request for a bounty increase on our issue to be fair? |
Reviewer Checklist
Screenshots/Videos |
src/languages/es.ts
Outdated
@@ -946,6 +946,7 @@ const translations = { | |||
error: { | |||
invalidCategoryLength: 'La longitud de la categoría escogida excede el máximo permitido (255). Por favor, escoge otra categoría o acorta la categoría primero.', | |||
invalidAmount: 'Por favor, ingresa un importe válido antes de continuar.', | |||
invalidIntegerAmount: 'Por favor, introduce una cantidad en dólares completos antes de continuar.', |
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.
Can you use https://chatgpt.com/g/g-2dgOQl5VM-english-to-spanish-translator to get the translation and then ask for confirmation on our Slack channel?
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.
I did translate from chatGPT, can you ask on slack? my invite is still pending due to some issue with expensify and slack, i requested to join but they are still to add me
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.
Got Por favor introduce una cantidad entera en dólares antes de continuar.
with JamesGPT. I asked for confirmation here: https://expensify.slack.com/archives/C01GTK53T8Q/p1729289783370669
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.
@twilight2294 , can you please fill out this form? Once we have invites for Slack we'll invite you https://docs.google.com/forms/d/e/1FAIpQLSeZ1JyVRYUrHugT8SyIL6b7dFYUgR3TEa1jigccREqD2hfLxQ/viewform
Thx
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.
@rayane-djouah any updates ?
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.
Bumped the Slack thread
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.
The correct translation is:
Por favor, introduce una cantidad entera en dólares antes de continuar.
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, can you please complete the checklist
@twilight2294 Can you please merge |
Done! |
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.
LGTM and tests well
@thienlnam all yours! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/thienlnam in version: 9.0.55-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 9.0.55-10 🚀
|
Details
Fixed Issues
$ #50788
PROPOSAL: #50788 (comment)
Tests
Verify that you get the error:
Please enter a whole dollar amount before continuing.
Offline tests
N/A
QA Steps
Verify that you get the error:
Please enter a whole dollar amount before continuing.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop