-
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
Fix green line being displayed chaotically in chat at the recipient #31627
Conversation
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.
Could you please add a test for
- Marking message as unread manually case
- Deleting a message case
And add screenshots for all platforms - iOS, Desktop and Web
@MonilBhavsar updated the PR. |
@situchan friendly reminder for you to review this PR 👋 |
reviewing tomorrow. Can you please fix TS error? |
Also, please pull main as the branch is behind |
@situchan thanks for the response. Done, it seems like there have been some changes made to the tests in the meantime and the old history was to blame. After pulling main, |
Just to note this is expected: (same behavior as main)
delete.2.mov |
I'd like to confirm that this is expected as well. There's inconsistency between self-unread and unread. Self-unread message:
Screen.Recording.2023-11-30.at.12.24.16.PM.movUnread message from others:
Screen.Recording.2023-11-30.at.12.25.40.PM.mov |
LHN is still bold while no unread chat on mobile lhn.mov |
Reviewer Checklist
Screenshots/VideosAndroid: Nativedesktop-android-msafari.movAndroid: mWeb Chromeweb-ios-mchrome.moviOS: Nativeweb-ios-mchrome.moviOS: mWeb Safaridesktop-android-msafari.movMacOS: Chrome / Safariweb-ios-mchrome.movMacOS: Desktopdesktop-android-msafari.mov |
We have this issue for fixing inconsistencies with delete message case #31714
Are you able to consistently reproduce? I am not. |
#31627 (comment) |
yes I am. @artus9033 can you try? |
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.
There are some issues but approving as they're already happening on main and out of scope
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.
Yes, let's ship it!
✋ 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/MonilBhavsar in version: 1.4.7-0 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.4.7-4 🚀
|
Details
The green 'unread' line is displayed chaotically on recipient's side.
Fixed Issues
$ #27456
PROPOSAL:
#27456 (comment) (originally from: #27456 (comment))
Tests
Offline tests
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 methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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.2023-11-23.at.16.54.42.mov
Android: mWeb Chrome
Screen.Recording.2023-11-23.at.17.00.54.mov
iOS: Native
Screen.Recording.2023-11-23.at.18.07.47.mov
iOS: mWeb Safari
Screen.Recording.2023-11-23.at.18.12.13.mov
MacOS: Chrome / Safari
Screen.Recording.2023-11-23.at.16.44.25.mov
Screen.Recording.2023-11-23.at.16.49.02.mov
MacOS: Desktop
Screen.Recording.2023-11-23.at.18.19.39.mov