Closed bernhardoj closed 3 days ago
@shubham1206agra 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]
@shubham1206agra please review this when you are available
@bernhardoj Please merge main here.
@shubham1206agra done
https://github.com/user-attachments/assets/a924ee97-b77c-4498-901b-ffc84f334f0b
@bernhardoj Your solution does not seem to be working. Can you recheck this?
The lastVisibleActionCreated is updated correctly, but the scrollToBottomForCurrentUserAction
somehow isn't called anymore.
EDIT: I mean scrollToBottomForCurrentUserAction
is called, but the scroll doesn't happen.
It doesn't scroll down anymore after https://github.com/Expensify/App/pull/54071
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and not onIconClick
).src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components using Avatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. for onClick={this.submit}
the method this.submit
should be bound to this
in the constructor)this
are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this);
if this.submit
is never passed to a component event handler like onClick
)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG
)Avatar
is modified, I verified that Avatar
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 the Test
steps.Looks like there's a conflict @bernhardoj
@srikarparsi fixed
Hey @bernhardoj, Jest Test 3 is failing, do you think you could try merging main again. Linking this just in case you need it
@srikarparsi merged with main
:hand: 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/srikarparsi in version: 9.0.95-0 π
platform | result |
---|---|
π€ android π€ | success β |
π₯ desktop π₯ | success β |
π iOS π | success β |
πΈ web πΈ | success β |
π€π android HybridApp π€π | success β |
ππ iOS HybridApp ππ | success β |
Explanation of Change
Fixed Issues
$ https://github.com/Expensify/App/issues/54001 PROPOSAL: https://github.com/Expensify/App/issues/54001#issuecomment-2538853967
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
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
https://github.com/user-attachments/assets/e84800c8-6f18-45dd-9300-14371f9fb3d0Android: mWeb Chrome
https://github.com/user-attachments/assets/cd7c63ef-632c-485d-8d59-204de2911344iOS: Native
https://github.com/user-attachments/assets/a76a0b4b-8cd5-42b6-8ef8-b41ec0a929b9iOS: mWeb Safari
https://github.com/user-attachments/assets/011193a7-63b2-47bd-ba1a-27eba053cc2fMacOS: Chrome / Safari
https://github.com/user-attachments/assets/96f37c52-7cd0-4004-9eb9-814243234b97MacOS: Desktop
https://github.com/user-attachments/assets/6f52a9a4-57e9-458d-b492-141b04d057d7