-
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
[HOLD for payment 2024-08-14] [$250] mWeb - Workpace - Creating workspace via plus icon shows inconsistent behavior in mweb and Android #46383
Comments
Triggered auto assignment to @abekkala ( |
We think that this bug might be related to #vip-vsp |
@abekkala FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
Job added to Upwork: https://www.upwork.com/jobs/~016ada2399e173f08f |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @jayeshmangwani ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Creating workspace via plus icon shows inconsistent behavior in mweb and Android What is the root cause of that problem?Web Behavior:
Android Native:
Web browsers might skip intermediate screens due to history optimization, while Android native apps with React Navigation manage each transition explicitly without skipping. App/src/pages/WorkspaceSwitcherPage/WorkspacesSectionHeader.tsx Lines 35 to 38 in d69b203
What changes do you think we should make in order to solve the problem?To ensure consistent behavior between the web browser and native app, we should redirect directly to the Workspace. // src/pages/WorkspaceSwitcherPage/WorkspacesSectionHeader.tsx#L35
onPress={() => {
- Navigation.goBack();
interceptAnonymousUser(() => App.createWorkspaceWithPolicyDraftAndNavigateToIt());
}} POC
Screen.Recording.2024-08-01.at.23.39.37.mp4 |
@huult Thanks for the proposal. Could you please explain why we need to pass |
Proposal updated
Hi @jayeshmangwani, After double-checking, it looks like simply removing goBack is enough to fix the issue. Thanks! |
Triggered auto assignment to @marcaaron, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @huult 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Here is my PR |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.17-2 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-08-14. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
PAYMENT SUMMARY FOR AUG 14, if no regressions
|
Regression Test Proposal
Do we agree 👍 or 👎 |
@huult payment sent and contract ended - thank you! 🎉 |
@jayeshmangwani [$250] payment via NewDot |
Requested on ND as per #46383 (comment) |
$250 approved for @jayeshmangwani |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.13
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
Creating workspace via plus icon must not show inconsistent behavior in mweb and Android
Actual Result:
Creating workspace via plus icon directs to workspace list page briefly before directing to workspace page in mweb. In Android, LHN shown briefly before directing to workspace page. Creating workspace via plus icon shows inconsistent behavior in mweb and Android
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6554877_1722102546869.srlector.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @abekkalaThe text was updated successfully, but these errors were encountered: