-
Notifications
You must be signed in to change notification settings - Fork 987
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 channel header is broken when opening channel with chat history after joining the community #19677
Conversation
@@ -132,12 +132,11 @@ | |||
[all-loaded-sub]) | |||
[rn/view | |||
{:style (style/navigation-view navigation-view-height messages.constants/pinned-banner-height)} | |||
(when (seq last-message) |
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.
don't know why we added this
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.
From what I can remember, It was a fix for this
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.
thank you @ibrkhalil for adding context. I am still confused, how last-message relates to shadow 🤔
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.
Sorry for not being specific, It's the overlapping of the top nav bar with the avatar.
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.
Thank you. Unfortunately, I am not able to reproduce this overlap, if this ever comes up let's log an issue perhaps with a video to give more context.
Also, I don't think the last message is a proper fix if the top bar overlaps. We should not just remove the top bar when there is no last message. If it overlaps then probably something wrong with the animation, as you can see from the shared image position of an avatar with respect to the close button is wrong.
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 am requesting design review as it was approved on my PR.
Jenkins BuildsClick to see older builds (4)
|
88% of end-end tests have passed
Failed tests (4)Click to expandClass TestCommunityOneDeviceMerged:
Class TestWalletMultipleDevice:
Class TestActivityMultipleDevicePRTwo:
Expected to fail tests (2)Click to expandClass TestCommunityOneDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Passed tests (46)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestActivityMultipleDevicePR:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePRTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestWalletOneDevice:
|
@Parveshdhull thank you for the fix! @Francesca-G could you please review everything related to channel header in this PR? Thank you! |
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 @Francesca-G! This is known and fixed in another PR #19679. I am moving PR to merge if there no other issues. |
I am not sure about this one. Probably not related to PR and can be fixed separately, WDYT @Parveshdhull?
|
Thank you @Francesca-G and @pavloburykh for testing the PR.
Yes this is known issue (Chat animation gets stuck mid way) and logged here #19639
This is also related to top-bar animation. If you checkout in the shared image, avatar is overlapping topbar because position of avatar is changed without changing its size etc. I think this one also should be fixed while addressing other top-bar issues. Will it be ok if I log this one with #19639 |
hi @pavloburykh, I logged the topbar overlap issue in #19639. Is PR ready for merging? |
Yes @Parveshdhull, ready for merge. Thank you! |
58117e0
to
391d47d
Compare
…fter joining the community
391d47d
to
69c4cba
Compare
fixes #19671
status: ready