-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Chat - Offline indicator and message isn't visible for video attachment and preview #46474
Conversation
@eVoloshchak 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] |
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-08-12.at.19.17.37.movAndroid: mWeb ChromeScreen.Recording.2024-08-12.at.19.19.26.moviOS: NativeScreen.Recording.2024-08-12.at.19.22.45.moviOS: mWeb SafariScreen.Recording.2024-08-12.at.19.27.28.movMacOS: Chrome / SafariScreen.Recording.2024-08-12.at.19.05.15.movMacOS: DesktopScreen.Recording.2024-08-12.at.19.10.43.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.
Found a couple of bugs:
- Offline indicator background color changes when you resize the window (when transitioning to small screen layout)
- When resizing window back to full-screen layout, the app crashes
Screen.Recording.2024-08-05.at.12.37.19.mov
Also, could you please include screen recordings for all of the platforms?
It seems these are not related with this issue. Uploaded screen recordings for all platforms! |
@CleverWolf1220, the second issue (app crash) is indeed reproducible on staging, but the first one should be handled here I think, as the offline indicator does not change background color for images |
@eVoloshchak |
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!
@CleverWolf1220 checks failed |
@iwiznia |
@iwiznia |
Weird, then why is it failing here? |
@iwiznia |
✋ 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/iwiznia in version: 9.0.22-0 🚀
|
🚀 Deployed to staging by https://github.com/iwiznia in version: 9.0.22-1 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 9.0.22-9 🚀
|
Details
Chat - Offline indicator and message isn't visible for video attachment and preview
Fixed Issues
$ #42316
PROPOSAL: #42316 (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 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
bandicam.2024-08-07.15-03-51-566.mp4
Android: mWeb Chrome
android-web.mp4
iOS: Native
ios-native.mp4
iOS: mWeb Safari
ios-safari.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4