Skip to content
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(ui): deprecate exposed showReactionPickerTail in MessageWidget #1762

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

esarbanis
Copy link
Contributor

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

showReactionPickerTail property is bind with showReactionPicker as it is the only one needed to couple the reaction modal with the tail.

Closes #1759

@esarbanis esarbanis changed the title fix: deprecate exposed showReactionPickerTail in MessageWidget fix(ui): deprecate exposed showReactionPickerTail in MessageWidget Nov 1, 2023
@esarbanis esarbanis force-pushed the fix/1759 branch 3 times, most recently from a03faa2 to 4f0049d Compare November 2, 2023 08:26
@codecov-commenter
Copy link

codecov-commenter commented Nov 2, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (354ae32) 58.30% compared to head (02d686c) 58.82%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1762      +/-   ##
===========================================
+ Coverage    58.30%   58.82%   +0.52%     
===========================================
  Files          292      292              
  Lines        18010    18009       -1     
===========================================
+ Hits         10500    10594      +94     
+ Misses        7510     7415      -95     
Files Coverage Δ
...flutter/lib/src/message_widget/message_widget.dart 25.00% <33.33%> (+0.05%) ⬆️

... and 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

`showReactionPickerTail` property is bind with `showReactionPicker` as it is the only one needed to couple the reaction modal with the tail

Closes #1759
Copy link
Contributor

@deven98 deven98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@deven98 deven98 merged commit 861f0ef into develop Nov 3, 2023
9 checks passed
@deven98 deven98 deleted the fix/1759 branch November 3, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The Reaction Picker is not being removed when I set showReactionPicker to false.
3 participants