-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[CP Staging] [Better Expense Reports]: Fix disabled arrow function #61840
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
[CP Staging] [Better Expense Reports]: Fix disabled arrow function #61840
Conversation
@DylanDylann 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] |
…-fork into Guccio163/wideViewFollowups
@DylanDylann how is this looking? |
I am on it |
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppScreen.Recording.2025-05-12.at.23.08.22.movAndroid: mWeb ChromeScreen.Recording.2025-05-12.at.23.03.51.moviOS: HybridAppScreen.Recording.2025-05-12.at.23.08.39.moviOS: mWeb SafariScreen.Recording.2025-05-12.at.23.02.10.movMacOS: Chrome / SafariScreen.Recording.2025-05-12.at.22.58.54.movMacOS: DesktopScreen.Recording.2025-05-12.at.23.09.03.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
cc @mountiny |
Videos look good to me 👍 let's send it |
Ah we got conflicts @Guccio163 |
…-fork into Guccio163/wideViewFollowups
@mountiny resolved ✅ |
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
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
…ewFollowups (cherry picked from commit d919997) (cherry-picked to staging by mountiny)
🚀 Cherry-picked to staging by https://github.com/mountiny in version: 9.1.45-11 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Cherry-picked to staging by https://github.com/mountiny in version: 9.1.45-19 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/francoisl in version: 9.1.45-21 🚀
|
Explanation of Change
This is a follow-up to the #61161 to not break navigation by '>' arrow button, when window is wide enough:
Previously, the offending PR changed View which invokes onLayout, what resulted in
visibleItemsOnEndCount
being incorrectly calculated and disablinghandleChange
wrongly when window was wide enough to fit extra TransactionPreview. This PR splits those two onLayouts to utilise both of them in correct cases.problem.mov
Fixed Issues
$ #61161
$ #61925
PROPOSAL:
Tests
<
and>
arrows with a couple of widths of the window - it should work in every one of them.Offline 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: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov