-
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
Fix task last message title doesn't update optimistically #40352
Fix task last message title doesn't update optimistically #40352
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-04-22.at.12.18.24.at.night.movAndroid: mWeb ChromeScreen.Recording.2024-04-22.at.12.27.58.at.night.moviOS: NativeScreen.Recording.2024-04-22.at.12.33.11.at.night.moviOS: mWeb SafariScreen.Recording.2024-04-22.at.12.26.31.at.night.movMacOS: Chrome / SafariScreen.Recording.2024-04-22.at.12.13.07.at.night.movMacOS: DesktopScreen.Recording.2024-04-22.at.12.29.28.at.night.mov |
🚀 Cherry-picked to staging by https://github.com/francoisl in version: 1.4.67-7 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to staging by https://github.com/lakchote in version: 1.4.68-0 🚀
|
🚀 Cherry-picked to staging by https://github.com/francoisl in version: 1.4.67-7 🚀
@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: 1.4.68-3 🚀
|
Details
When we update the task title, the last message of the parent report doesn't show the updated task title. This PR fix it.
Fixed Issues
$ #40121
PROPOSAL: #40121 (comment)
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
)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
Screen.Recording.2024-04-17.at.21.54.02.mov
Android: mWeb Chrome
Screen.Recording.2024-04-17.at.21.55.14.mov
iOS: Native
Screen.Recording.2024-04-17.at.21.50.27.mov
iOS: mWeb Safari
Screen.Recording.2024-04-17.at.21.52.15.mov
MacOS: Chrome / Safari
Screen.Recording.2024-04-17.at.21.41.35.mov
MacOS: Desktop
Screen.Recording.2024-04-17.at.21.44.05.mov