-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Fix : Investigate Profiling: iOS - Chrome/Safari and MacOS - Safari #58065
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
Conversation
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.
@M00rish lint is failing. You can fix it by running npm run prettier
Hmm, seems not signed properly. I will check that |
src/components/TestToolsModal.tsx
Outdated
@@ -26,6 +27,17 @@ function TestToolsModal() { | |||
const styles = useThemeStyles(); | |||
const {translate} = useLocalize(); | |||
|
|||
const shouldShowProfileTool = () => { |
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.
const shouldShowProfileTool = () => { | |
const shouldShowProfileTool = useMemo(() => { |
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.
updated please review again, thanks.
We have a guideline for configuring signing commit in this section |
e0825f8
to
8f0cdb0
Compare
@M00rish Please follow the contributing guidelines for next time.
|
Yes, last commit was not signed correctly. That's why, in this case, if a commit need to be redone, do I create a new PR? Anyway this is noted for next time. Thanks |
It's just a note for next time. |
Reviewer Checklist
Screenshots/VideosiOS: mWebSafari ScreenRecording_03-12-2025.00-22-30_1.safari.MP4Firefox ScreenRecording_03-12-2025.00-23-28_1.firefox.MP4Chrome ScreenRecording_03-12-2025.00-25-30_1.chrome.MP4Opera ScreenRecording_03-12-2025.00-24-43_1.opera.MP4MacOS: Chrome / Opera / SafariSafari Screen.Recording.2025-03-12.at.00.27.41.mp4Opera Chrome Screen.Recording.2025-03-12.at.00.26.47.mp4MacOS: DesktopScreen.Recording.2025-03-12.at.00.28.36.mp4 |
@M00rish Could you please try to merge with the latest main branch to trigger the pipeline? |
What do you mean by trigger the pipeline? |
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.
LGTM
@suneox are you still reviewing the PR? Just asking because it seems like you completed the checklist, but there's no approval/change requests. |
✋ 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/luacmartins in version: 9.1.13-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.1.13-5 🚀
|
Explanation of Change
hiding profiling tool in the debugging modal:
because of lack of support
Fixed Issues
$ #56787
PROPOSAL: proposal
Tests
1- log in to with any account
2- for mobile/app do a four fingers tap or for desktop/browsers hit
CMD + D
.3- verify profiling tool is not shown for :
safari or Firefox on all platforms
for chrome on IOS as well
Verify that no errors appear in the JS console
Offline tests
1- log in to with any account
2- for mobile/app do a four fingers tap or for desktop/browsers hit
CMD + D
.3- verify profiling tool is not shown for :
QA Steps
1- log in to with any account
2- for mobile/app do a four fingers tap or for desktop/browsers hit
CMD + D
.3- verify profiling tool is not shown for :
safari or Firefox on all platforms
for chrome on IOS as well
Verify that no errors appear in the JS console
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
Android: mWeb Chrome
Android: mWeb FireFox
iOS: Native
iOS: mWeb Safari
MacOS: Chrome
MacOS: Safari
MacOS: FireFox
MacOS: Desktop