Fix: Wallet page does not update instantly when bank account is added or deleted#30700
Merged
jasperhuangg merged 3 commits intoExpensify:mainfrom Nov 2, 2023
Merged
Fix: Wallet page does not update instantly when bank account is added or deleted#30700jasperhuangg merged 3 commits intoExpensify:mainfrom
jasperhuangg merged 3 commits intoExpensify:mainfrom
Conversation
Closed
6 tasks
situchan
reviewed
Nov 2, 2023
| } | ||
| PaymentMethods.openWalletPage(); | ||
| }, [network.isOffline]); | ||
| }, [network.isOffline, bankAccountList, cardList]); |
Contributor
There was a problem hiding this comment.
Suggested change
| }, [network.isOffline, bankAccountList, cardList]); | |
| }, [network.isOffline, bankAccountList, cardList, fundList]); |
Contributor
There was a problem hiding this comment.
@Pujan92 can you apply this change? I am checklisting right now
The bug still happens in credit card case
Screen.Recording.2023-11-02.at.9.19.39.PM.mov
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: Nativedesktop-msafari-android.movAndroid: mWeb Chromeweb-mchrome-ios.moviOS: Nativeweb-mchrome-ios.moviOS: mWeb Safaridesktop-msafari-android.movMacOS: Chrome / Safariweb-mchrome-ios.movMacOS: Desktopdesktop-msafari-android.mov |
jasperhuangg
approved these changes
Nov 2, 2023
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Contributor
|
🚀 Deployed to staging by https://github.com/jasperhuangg in version: 1.3.96-0 🚀
|
Contributor
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.96-15 🚀
|
Contributor
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.97-7 🚀
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
#29767
Fixed Issues
$ #29767
PROPOSAL: #29767 (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
Web
Screen.Recording.2023-11-01.at.17.33.31.mp4
Mobile Web - Chrome
lk2.mp4
Mobile Web - Safari
Simulator.Screen.Recording.-.iPhone.14.-.2023-11-01.at.19.29.03.mp4
Desktop
Screen.Recording.2023-11-01.at.19.29.24.mov
iOS
Simulator.Screen.Recording.-.iPhone.14.Pro.Max.-.2023-11-01.at.20.06.40.mp4
Android
lk1.mp4