-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(channels): distinguish channels in conversation list [WPB-15865] #3924
feat(channels): distinguish channels in conversation list [WPB-15865] #3924
Conversation
Introduced the `isChannel` attribute to distinguish channel conversations across data models and UI components. Updated `ConversationMapper` and related UI logic to handle channel-specific behavior, including rendering appropriate avatars. Added previews to validate the new functionality in different states.
7eaf94a
to
3a77299
Compare
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3924 +/- ##
========================================
Coverage 45.59% 45.60%
========================================
Files 492 492
Lines 17090 17092 +2
Branches 2852 2852
========================================
+ Hits 7793 7795 +2
Misses 8505 8505
Partials 792 792
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Built wire-android-staging-compat-pr-3924.apk is available for download |
Built wire-android-dev-debug-pr-3924.apk is available for download |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Channels are properly displayed in Conversation List, with the correct icon.
Introduced the
isChannel
attribute to distinguish channel conversations across data models and UI components for the conversation list. UpdatedConversationMapper
and related UI logic to handle channel-specific behavior, including rendering appropriate avatars. Added previews to validate the new functionality in different states.Testing
Not added, as it only changes UI.
Attachments
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.