-
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
[phase2] fix delete modal flicker #42423
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-06-03.at.12.53.16.in.the.afternoon.movAndroid: mWeb ChromeScreen.Recording.2024-06-03.at.11.14.11.in.the.morning.moviOS: NativeScreen.Recording.2024-06-02.at.8.45.53.in.the.evening.moviOS: mWeb SafariScreen.Recording.2024-06-03.at.11.17.22.in.the.morning.movMacOS: Chrome / SafariScreen.Recording.2024-06-02.at.9.12.42.at.night.movMacOS: DesktopScreen.Recording.2024-06-03.at.12.47.31.in.the.afternoon.mov |
@ntdiary i am not able to reproduce the issue on production, is there a specific versions on which this issue happens? |
I was able to reproduce on iOS native, thanks!
Screen.Recording.2024-05-24.at.1.10.49.in.the.afternoon.mov |
Hi, @getusha , could you please explain this bug further? I can't figure out which |
Sorry i attached the wrong video @ntdiary 😄 Screen.Recording.2024-05-24.at.6.43.33.in.the.evening.mov |
I'm still testing these additional cases. It will probably take about a day. :) |
The new commit also fixes these cases:
|
@getusha, friendly bump for review. :) |
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!
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
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.
This is testing well for me 👍
✋ 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 production by https://github.com/Julesssss in version: 1.4.79-11 🚀
|
there was a regression #43112 from this PR |
Details
Fixed Issues
$ #24452
PROPOSAL: #24452 (comment)
Tests
Delete expense
.Offline tests
N/A
QA Steps
Delete expense
.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
42423-android-native.mp4
Android: mWeb Chrome
42423-android-chrome.mp4
iOS: Native
42423-ios-native.mp4
iOS: mWeb Safari
42423-ios-safari.mp4
MacOS: Chrome / Safari
42423-web.mp4
MacOS: Desktop
42423-desktop.mp4