-
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
Web - The horizontal line separating the header and the messages #27307
Web - The horizontal line separating the header and the messages #27307
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
@srikarparsi 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] |
I have read the CLA Document and I hereby sign the CLA |
recheck |
Also adding @robertKozik since he was the C+ on the issue. |
Thanks @deetergp I'll review it as soon as possible |
The code looks good, but in testing, I don't love that it jumps oddly when going from the gray line to the green line. Is there any way we can reign that in? |
@zukilover please check your commits:
|
@robertKozik If I sign the next commit, will it solve the gpg sign issue? |
@deetergp I will add transition animation for the separator |
de99384
to
39010f3
Compare
I'm afraid not. You'll need to retroactively sign all the commits in the branch. But I see you force-pushed the signed one only, It will be sufficient |
I have added animated view for the spacer. it should look smoother now @deetergp animated.webm |
I have fixed the lint issues @robertKozik , please check. Thanks. |
8dc1f3d
to
e81f309
Compare
Need to force-push for signed gpg. |
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.
couple suggestions
I have applied your suggestions @robertKozik. Thanks. |
@robertKozik I've refactored them into the CONST file, let me know if that works. |
P.S.: I need to leave the
|
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromeandroid.-.web.movMobile Web - SafariiOS.-.web.movDesktopdesktop.moviOSiOS.-.native.movAndroidandroid.-.native.mov |
Disregard my prior comment. After logging out and back in again, it worked as expected 👍 |
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.
👍 I'll merge once @robertKozik gives a 👍 too.
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.
Looks good 🚀 Let's push this forward
🎯 @robertKozik, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #27756. |
✋ 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/deetergp in version: 1.3.72-0 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 1.3.72-11 🚀
|
Details
Changes
useRef
implementation forshouldHideThreadDividerLine
flag withuseState
to render the horizontal line correctly when a message is marked as unread.Fixed Issues
$ #26529
PROPOSAL: #26529
Tests
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 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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)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
Web
web.webm
Mobile Web - Chrome
mweb.chrome.webm
Mobile Web - Safari
mweb.safari.mp4
Desktop
desktop.webm
iOS
ios.mp4
Android
android.webm