GetStream / stream-chat-flutter

Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.
https://getstream.io/chat/sdk/flutter/
Other
918 stars 337 forks source link

fix(ui): added calculation for reaction picker tail #1953

Closed deven98 closed 3 months ago

deven98 commented 3 months ago

Fixes #1879

Reaction picker tails are currently visible in the list view and also show when reaction picker is disabled. This PR exposes a new property for enabling and disabling the tail as well as a default calculation for when the tail should be enabled.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 36.36364% with 7 lines in your changes missing coverage. Please review.

Project coverage is 60.18%. Comparing base (a7f6652) to head (2ee0469).

Files Patch % Lines
...flutter/lib/src/message_widget/message_widget.dart 36.36% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1953 +/- ## ========================================== - Coverage 60.23% 60.18% -0.06% ========================================== Files 317 317 Lines 18506 18516 +10 ========================================== - Hits 11147 11143 -4 - Misses 7359 7373 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.