XOF currency not searchable by its second term#30735
XOF currency not searchable by its second term#30735amyevans merged 5 commits intoExpensify:mainfrom
Conversation
|
@abdulrahuman5196 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] |
|
@abdulrahuman5196 |
|
|
||
| const searchRegex = new RegExp(Str.escapeForRegExp(searchValue.trim()), 'i'); | ||
| const filteredCurrencies = _.filter(currencyOptions, (currencyOption) => searchRegex.test(currencyOption.text) || searchRegex.test(currencyOption.currencyName)); | ||
| const searchRegex = new RegExp(Str.escapeForRegExp(searchValue.trim().replace(/\s/g, ' ')), 'i'); |
There was a problem hiding this comment.
@ZhenjaHorbach Kindly add regex as a CONST here, if not already present.
Line 1313 in 8088a7b
There was a problem hiding this comment.
Good point )
And I fixed it)
|
@ZhenjaHorbach Lint is failing |
Done ) |
|
@ZhenjaHorbach Can you merge from main to fix the Performance Tests? |
Oh, sorry) |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2023-11-03.at.12.01.06.AM.mp4Android: mWeb ChromeScreen.Recording.2023-11-03.at.12.09.47.AM.mp4iOS: NativeScreen.Recording.2023-11-03.at.12.10.37.AM.mp4iOS: mWeb SafariScreen.Recording.2023-11-03.at.12.11.23.AM.mp4MacOS: Chrome / SafariScreen.Recording.2023-11-03.at.12.12.32.AM.mp4MacOS: DesktopScreen.Recording.2023-11-03.at.12.13.10.AM.mp4 |
abdulrahuman5196
left a comment
There was a problem hiding this comment.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @amyevans
🎀 👀 🎀
C+ Reviewed
|
✋ 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/amyevans in version: 1.3.96-0 🚀
|
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.96-15 🚀
|
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.97-7 🚀
|
XOF currency not searchable by its second term
Details
Fixed Issues
$ #29345
PROPOSAL: #29345 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Screen.Recording.2023-11-01.at.21.24.39.mov
Android: mWeb Chrome
Screen.Recording.2023-11-01.at.21.28.24.mov
iOS: Native
Screen.Recording.2023-11-01.at.21.34.46.mov
iOS: mWeb Safari
Screen.Recording.2023-11-01.at.21.36.35.mov
MacOS: Chrome / Safari
Screen.Recording.2023-11-01.at.21.18.03.mov
MacOS: Desktop
Screen.Recording.2023-11-01.at.21.20.56.mov