-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Integrate ReportActionItemContentCreated #43693
Integrate ReportActionItemContentCreated #43693
Conversation
…actor/43663-split-react-action-item
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
Reviewer Checklist
Screenshots/Videos |
…actor/43663-split-react-action-item
…actor/43663-split-react-action-item
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 @rezkiy37 🙇
Thanks @s77rt for a quick review |
✋ 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: 1.4.86-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/mountiny in version: 1.4.86-0 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.4.86-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.0.0-9 🚀
|
Details
The PR creates and integrates a new component - ReportActionItemContentCreated. It takes "created" report actions rendering await of ReportActionItem. This change decreases the parent component by 163 lines with some onyx getters,
useMemo
, etc.I did some measures and recorded the mean value. So It really improves the rendering of the created action.
Before: 2.4ms / After 2.1ms around 15% of improvement.
This change doesn’t have a predictable improvement for text actions, the numbers float for the legacy and updated versions. However, if the user refreshes the page, there is a slight boost.
Before: 3.8ms / After 3.5ms around 9% of improvement.
Fixed Issues
$ #43663
PROPOSAL: https://callstack-hq.slack.com/archives/C05LX9D6E07/p1718204702743269
Tests
Report actions to work as they are right now in production.
Offline tests
Same as "Tests".
QA Steps
Same as "Tests".
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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop