-
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
enable new focus management for waypoint and report field page #43041
Conversation
@getusha , friendly bump for review. 😄 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeCase 1: Screen.Recording.2024-06-07.at.1.01.47.in.the.afternoon.movCase 2: Screen.Recording.2024-06-07.at.1.02.33.in.the.afternoon.movAndroid: mWeb ChromeCase 1: Screen.Recording.2024-06-07.at.12.08.15.in.the.afternoon.movCase 2: Screen.Recording.2024-06-07.at.12.09.40.in.the.afternoon.moviOS: NativeCase 1: Screen.Recording.2024-06-07.at.12.57.46.in.the.afternoon.movCase 2: Screen.Recording.2024-06-07.at.12.58.48.in.the.afternoon.moviOS: mWeb SafariCase 1: Screen.Recording.2024-06-07.at.12.03.11.in.the.afternoon.movCase 2: Screen.Recording.2024-06-07.at.12.04.38.in.the.afternoon.movMacOS: Chrome / SafariCase 1: Screen.Recording.2024-06-07.at.11.21.30.in.the.morning.movCase 2: Screen.Recording.2024-06-07.at.11.59.38.in.the.morning.movMacOS: DesktopScreen.Recording.2024-06-07.at.1.07.19.in.the.afternoon.mov |
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 & tests well!
@@ -186,6 +192,8 @@ function IOURequestStepWaypoint({ | |||
confirmText={translate('common.delete')} | |||
cancelText={translate('common.cancel')} | |||
danger | |||
shouldEnableNewFocusManagement |
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.
a bit strange, I thought there would be a conflict with the main branch here. 🤔
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.
Lol, you jynxed us -- #43261
I'll fix it 👍 |
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.81-11 🚀
|
Details
Fixed Issues
$ #24452
PROPOSAL: #24452 (comment)
Tests
case1:
waypoint edit page - delete confirmation modal
case2:
customizing report field - delete confirmation modal (
reportFields
beta feature)Precondition:
A paid workspace and two account ( admin A and member B).
Offline tests
QA Steps
case1:
waypoint edit page - delete confirmation modal
case2:
customizing report field - delete confirmation modal (beta feature)
Precondition:
A paid workspace and two account ( admin A and member B).
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
43041-1-android-native.mp4
43041-2-android-native.mp4
Android: mWeb Chrome
43041-1-android-chrome.mp4
43041-2-android-chrome.mp4
iOS: Native
43041-1-ios-native.mp4
43041-2-ios-native.mp4
iOS: mWeb Safari
43041-1-ios-safari.mp4
43041-2-ios-safari.mp4
MacOS: Chrome / Safari
43041-web.mp4
MacOS: Desktop
43041-desktop.mp4