-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[UX Reliability] Add new modal for components using Popover #61165
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
[UX Reliability] Add new modal for components using Popover #61165
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@shawnborton @ZhenjaHorbach One of you needs to 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] |
Video looks good to me 👍 |
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppandroid.movAndroid: mWeb Chromeandroid-web.moviOS: HybridAppios.moviOS: mWeb Safariios-web.movMacOS: Chrome / Safariweb.movMacOS: Desktopweb.mov |
@ZhenjaHorbach, do you have an estimated time for the review? |
I will complete a review today or tomorrow ! |
@jmusial |
LGTM ! |
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.
Thanks
✋ 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/mountiny in version: 9.1.45-0 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 9.1.45-0 🚀
|
Explanation of Change
We've decided to refactor the react-native-bottom-modal code so that it utilizes react-native-reanimated, our goal was to improve FPS, remove the outdated library and gradually switch to the new solution. This PR enables the new solution in components using
Popover
,PopoverMenu
andPopoverWithMeasuredContent
.Fixed Issues
$ #49354
PROPOSAL:
N/A
Tests
1. Attachment picker
Only on native platforms
2. Button with dropdown menu
For web, only on narrow view
3. Three dots menu
For web, only on narrow view
4. Avatar with image picker
For web, only on narrow view
5. Security settings page
For web, only on narrow view
6. Account switcher
For web, only on narrow view
7. Search type menu
For web, only on narrow view
8. Video popover menu
For web, only on narrow view
9. FAB Menu
For web, only on narrow view
9. Connect to NetSuite
For web, only on narrow view
10. Connect to Sage Intacct
For web, only on narrow view
11. Wallet page
For web, only on narrow view
** Precondition: bank account added in wallet **
Offline tests
Same as tests
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectioncanBeMissing
param foruseOnyx
toggleReport
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_Native.mov
Android: mWeb Chrome
Android_Web.mov
iOS: Native
IOS_Native.mov
iOS: mWeb Safari
IOS_Web.mov
MacOS: Chrome / Safari
Web.mov
MacOS: Desktop