-
Notifications
You must be signed in to change notification settings - Fork 282
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: allow custom ReactionsListModal #2632
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Size Change: +158 B (+0.01%) Total Size: 1.2 MB
ℹ️ View Unchanged
|
564b183
to
9572246
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2632 +/- ##
=======================================
Coverage 80.76% 80.76%
=======================================
Files 450 450
Lines 9631 9633 +2
Branches 2297 2298 +1
=======================================
+ Hits 7778 7780 +2
Misses 1733 1733
Partials 120 120 ☔ View full report in Codecov by Sentry. |
arnautov-anton
approved these changes
Feb 6, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Feb 7, 2025
## [12.11.0](v12.10.0...v12.11.0) (2025-02-07) ### Bug Fixes * change useStateStore to use useSyncExternalStore ([#2573](#2573)) ([6f2de4e](6f2de4e)) * make `channel.visible` respect archived and pinned channels ([#2633](#2633)) ([2d2e2e5](2d2e2e5)) ### Features * allow custom ReactionsListModal ([#2632](#2632)) ([a428dc9](a428dc9)) * allow to search for channels only ([#2625](#2625)) ([a4d6d83](a4d6d83)) ### Chores * **deps:** upgrade @stream-io/stream-chat-css to version 5.7.0 ([#2636](#2636)) ([8b7cfba](8b7cfba))
🎉 This PR is included in version 12.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎯 Goal
Fixes React-266
Docs
https://github.com/GetStream/docs-content/pull/166