-
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 typo when measure time on ReportActionsView #14663
Conversation
Can we add |
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.
Thanks for the PR, reviewing since I was assigned to the deploy blocker. Let's CP this to staging when it's merged.
|
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-01-30.at.1.20.06.PM.movMobile Web - ChromeMobile Web - SafariDesktopScreen.Recording.2023-01-30.at.1.22.27.PM.moviOSAndroid |
(cherry picked from commit a356f36)
…-14663 🍒 Cherry pick PR #14663 to staging 🍒
🚀 Cherry-picked to staging by https://github.com/francoisl in version: 1.2.62-1 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/thienlnam in version: 1.2.62-1 🚀
|
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
Details
fix typo missed in #13997
@AndrewGable @hannojg can you please review this?
Fixed Issues
$ #14665
$ #14666
PROPOSAL: N/A
Tests
Track the network requests send out by the app (using web app makes that simple)
See that e.g. after logging in no
SendPerformanceTiming
command is send to the apiWhen reloading the app the
SendPerformanceTiming
command is send, as the reports data is in cacheThe
SendPerformanceTiming
payload includes the environment name(For this test to work in development you need to comment out L50-53 in
Timing.js
)Verify that no errors appear in the JS console
Offline tests
N/A
QA Steps
N/A
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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.Screenshots/Videos
Web
event.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android