-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Internal QA]: Add amex custom feed new option #52890
[Internal QA]: Add amex custom feed new option #52890
Conversation
@allgandalf 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] |
src/languages/es.ts
Outdated
@@ -3268,6 +3268,7 @@ const translations = { | |||
}, | |||
amexCorporate: 'Seleccione esto si el frente de sus tarjetas dice “Corporativa”', | |||
amexBusiness: 'Seleccione esta opción si el frente de sus tarjetas dice “Negocios”', | |||
amexPersonal: 'Seleccione esta opción si sus tarjetas son personales.', |
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.
@narefyev91 were these translations confirmed?
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.
@allgandalf used copilot :-)
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.
JamesGPT gave me:
Selecciona esta opción si tus tarjetas son personales.
Let's confirm this before moving forward
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.
asked on slack for help
{ | ||
value: CONST.COMPANY_CARDS.AMEX_CUSTOM_FEED.PERSONAL, | ||
text: CONST.COMPANY_CARDS.AMEX_CUSTOM_FEED.PERSONAL, | ||
alternateText: translate('workspace.companyCards.addNewCard.amexPersonal'), |
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.
@mountiny is PERSONAL
card already supported with the API on the BE
Co-authored-by: Gandalf <[email protected]>
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-11-21.at.7.04.58.PM.movAndroid: mWeb ChromeScreen.Recording.2024-11-21.at.7.06.16.PM.moviOS: NativeScreen.Recording.2024-11-21.at.7.00.29.PM.moviOS: mWeb SafariScreen.Recording.2024-11-21.at.7.01.22.PM.movMacOS: Chrome / SafariScreen.Recording.2024-11-21.at.6.57.54.PM.movMacOS: DesktopScreen.Recording.2024-11-21.at.7.09.23.PM.mov |
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.
This looks great, thanks for the quick work @narefyev91 🙇
✋ 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/mountiny in version: 9.0.66-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.66-8 🚀
|
Explanation of Change
Polish updates to Amex card flow
Fixed Issues
$ #52798
PROPOSAL:
Tests
Offline tests
No changes
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
android1.mp4
Android: mWeb Chrome
android-web1.mp4
iOS: Native
ios1.mp4
iOS: mWeb Safari
ios-web1.mp4
MacOS: Chrome / Safari
web1.mp4
MacOS: Desktop
desktop1.mp4