-
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
fix blinking loader in connect bank account page #29260
Conversation
@rushatgabhane 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] |
Issue resolved on subsequent run Report below:Performance Comparison ReportSignificant Changes To Render DurationThere are no entries Meaningless Changes To Render DurationShow entries
Show details
Changes To Render CountThere are no entries Added ScenariosThere are no entries Removed ScenariosThere are no entries |
@rushatgabhane appreciate your review on the PR |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-10-13.at.03.12.23.movMobile Web - ChromeWhatsApp.Video.2023-10-13.at.03.26.58.mp4Mobile Web - SafariScreen.Recording.2023-10-13.at.03.20.26.movDesktopScreen.Recording.2023-10-13.at.03.32.27.moviOSScreen.Recording.2023-10-13.at.03.29.00.movAndroidScreen.Recording.2023-10-13.at.03.33.10.mov |
@marcochavezf appreciate your review on the PR. Thanks. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To Duration
Show details
Meaningless Changes To DurationShow entries
Show details
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
I highly doubt this PR reduced app start time by 30% This could have been caused by another PR maybe, so we should still investigate 🔍 |
🚀 Deployed to staging by https://github.com/marcochavezf in version: 1.3.84-0 🚀
|
I believe the changes in this PR are all runtime code updates and will not affect start up performance. Moreover I have ran the perf-tests myself baselined against main branch and post the success results at #29260 (comment) Anyway, please let me know if there is something I can / should do. |
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
🚀 Deployed to staging by https://github.com/marcochavezf in version: 1.3.85-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.85-4 🚀
|
Details
fix blinking loading screen when accessing Connect bank account from Workspace Bills page
Fixed Issues
$ #27901
PROPOSAL: #27901 (comment)
Tests
Offline tests
Not applicable as Add Bank Account requires internet
QA Steps
Same steps as Tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Screen.Recording.2023-10-11.at.3.12.46.PM.mov
Android: mWeb Chrome
Screen.Recording.2023-10-11.at.3.21.40.PM.mov
iOS: Native
Screen.Recording.2023-10-11.at.3.00.15.PM.mov
iOS: mWeb Safari
Screen.Recording.2023-10-11.at.3.19.37.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2023-10-11.at.3.23.20.PM.mov
MacOS: Desktop
Screen.Recording.2023-10-11.at.3.25.13.PM.mov