-
Notifications
You must be signed in to change notification settings - Fork 27
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3643 +/- ##
========================================
Coverage 45.95% 45.95%
========================================
Files 472 473 +1
Lines 16079 16079
Branches 2666 2661 -5
========================================
Hits 7389 7389
Misses 7909 7909
Partials 781 781
... and 1 file with indirect coverage changes 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 |
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
.