-
Notifications
You must be signed in to change notification settings - Fork 26
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: big padding around reaction pills #WPB-12094 #WPB-14269 #3643
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3643 +/- ##
========================================
Coverage 46.11% 46.11%
========================================
Files 472 473 +1
Lines 16140 16140
Branches 2674 2674
========================================
Hits 7443 7443
Misses 7919 7919
Partials 778 778
Continue to review full report in Codecov by Sentry.
|
app/src/main/kotlin/com/wire/android/ui/home/conversations/messages/ReactionPill.kt
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/ui/home/conversations/messages/ReactionPill.kt
Show resolved
Hide resolved
Now I realised it's still a "draft", but my suggestions can still be helpful at this point 😅 |
Built wire-android-staging-compat-pr-3643.apk is available for download |
Built wire-android-dev-debug-pr-3643.apk is available for download |
Built wire-android-staging-compat-pr-3643.apk is available for download |
Built wire-android-dev-debug-pr-3643.apk is available for download |
…eaction-paddings # Conflicts: # app/src/main/kotlin/com/wire/android/ui/home/conversations/messages/item/RegularMessageItem.kt
@damian-kaczmarek looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
Quality Gate passedIssues Measures |
Built wire-android-staging-compat-pr-3643.apk is available for download |
Built wire-android-dev-debug-pr-3643.apk is available for download |
What's new in this PR?
Issues
Too big padding around reactions. Other changes are just cutting the RegularMessageItem into more files as detekt was triggered.
Causes (Optional)
Our override of minimal size used for accessibility got deprecated .
Solutions
Replaced with minimal size unspecified.
Also replaced in one other place, although I don't think it mattered there.
Testing
Test Coverage (Optional)
This kind of UI bugs could be easy to spot in golden tests, so I added previews
How to Test
Add many different reactions to the single message to the point it wraps around the screen.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.