-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: Workspace - Back button is irresponsive after importing #59647
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
@mananjadhav 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] |
Testing this one. |
@daledah Can you correct the order in the Test steps? ![]() |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-back-import.movAndroid: mWeb Chromemweb-chrome-back-import.moviOS: Nativeios-back-import.moviOS: mWeb Safarimweb-safari-back-import.movMacOS: Chrome / Safariweb-back-import.movMacOS: Desktopdesktop-back-import.mov |
@daledah I just had one question outside of the PR, why does the iOS behavior differ when clicking back. iOS takes you to import screen but Android takes you to Workspace page. |
@mananjadhav In Android mweb we are using the device back button but in iOS mweb we are using the browser back button |
and how does that matter? |
@daledah Quick bump ^ @youssef-lr This isn't related to the PR, but I am just curious to know. |
@mananjadhav The Device Back Button is the physical back button on Android devices. It's handled through React Native's |
✋ 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/youssef-lr in version: 9.1.29-0 🚀
|
Failing on mweb with #59227 for PerDiems only |
🚀 Deployed to production by https://github.com/marcaaron in version: 9.1.29-10 🚀
|
Explanation of Change
Fixed Issues
$ #59227
PROPOSAL: #59227 (comment)
Tests
Offline tests
Same as tests
QA Steps
Same as tests
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.mov
Android: mWeb Chrome
android.mov
iOS: Native
ios.mov
iOS: mWeb Safari
ios-mweb.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov