-
Notifications
You must be signed in to change notification settings - Fork 984
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
[#16481] Fix unread badge group chats #16610
Conversation
Jenkins BuildsClick to see older builds (24)
|
6b3cc2a
to
97b9c2f
Compare
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!
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.
🚀
97b9c2f
to
e1e16ff
Compare
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
@ulisesmac and this one also needs to be rebased :) |
e1e16ff
to
decd99e
Compare
@qoqobolo Done! :) |
67% of end-end tests have passed
Failed tests (12)Click to expandClass TestActivityMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Passed tests (24)Click to expandClass TestCommunityMultipleDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
|
67% of end-end tests have passed
Failed tests (4)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Passed tests (8)Click to expandClass TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePR:
|
ISSUE 1: can't see the unread indicator on 1-1 chatSteps:
Expected result: Actual result: telegram-cloud-document-4-5904649681954148417.mp4OS: IOS, Android Question 2: would it be possible in this PR is possible to customize the color of the unread badge on Activity Centre and on the community or should I create a follow-up? |
decd99e
to
3d23b7b
Compare
Thanks for reviewing @churik About issue 1: about issue 2: |
@Francesca-G ready for design review, good to do from QA side, thanks! |
Hey @churik, @Francesca-G has already approved this PR, could you please add the "tested ok" label if this is ready to be merged? Thanks! :) |
3d23b7b
to
488c838
Compare
488c838
to
8255e5f
Compare
Also notification alignment styles in the component
8255e5f
to
602c30f
Compare
fixes #16481
Summary
This PR fix the badge showed for group chats, instead of showing a counter when a non-mention message arrives, now shows the gray dot as in designs.
now:
before:
Also this PR fixes:
An image showing the differences in the previous screens:
Review notes
I added two
TODO
s in the code, I wanted to use thegrey-dot
component but it's not exposed as part of the quo2 library, so I noticed, actually, this component to show 1:1 chats should be part of our library, instead, it is being created instatus-im2.contexts
.I created an issue to solve it:
#16611
To solve this issue, I copied the gray button styles and added a note to be deleted when the component is moved to the quo2 library.
Platforms
Areas that maybe impacted
Functional
Steps to test
status: ready