-
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
Show NotFoundPage if report does not exist in sub report views #15499
Conversation
@neil-marcellini 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] |
cc @AndrewGable @0xmiroslav Tagging you here, not sure why puller bear didn't assign you. |
@s77rt let's fix these kinds of warnings in all 3 pages reproducible step: web-login.mov |
@s77rt you can also test deep link on desktop app locally and add video by disabling this: App/src/components/DeeplinkWrapper/index.website.js Lines 40 to 42 in e6c486c
|
@0xmiroslav
How are those errors related to this PR? They are reproducible in |
I know this PR didn't introduce this but I think it should be handled here because these pages are no longer closed automatically and keep open even if personalDetails are not loaded yet. |
@0xmiroslav
Do I have to build a production release for desktop? Will deep link work with just |
It would be good to do that. But no need I think if you just comment the code I shared, you can test enough in debug mode. |
Reviewer Checklist
Screenshots/VideosWebweb.movweb-login.movMobile Web - Chromemchrome.movMobile Web - Safarimsafari.mp4Desktopdesktop.moviOSAndroid |
@s77rt you can check my video on Desktop section of reviewer checklist |
Updated |
@s77rt please make sure to not change the PR template. Keep the Fixed issues section as its in the PR template so the correct people are assigned for a review. Thanks 🙇 |
@mountiny Add @0xmiroslav as a reviwer too. Actually I was looking into what went wrong with the template, I see it now, I accidentally deleted the |
@mountiny as commented on slack, 3 C+s involved in this issue 😄 |
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.
@AndrewGable should we care about this console error in this PR?
This is already happening on production but just asking because it's minor and this PR is a good place to fix this rather than creating a separate issue.
Updated :D |
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.
Tests well and looks good to me! I didn't see any console errors with your test steps or the ones that @0xmiroslav posted. Did you already fix that? The console error can be fixed in a follow up if needed.
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.
ok, console error is very minor and not caused by this PR. It can be fixed in a follow-up if needed.
All yours @AndrewGable
✋ 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. |
🚀 Deployed to staging by https://github.com/AndrewGable in version: 1.2.78-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.2.78-0 🚀
|
Details
$ #14513
PROPOSAL: #14513 (comment)
Tests
Offline tests
n/a
QA Steps
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.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
Web
web.mp4
Mobile Web - Chrome
mweb-chrome.mp4
Mobile Web - Safari
mweb-safari.mp4
Desktop
desktop.mp4
iOS
Android