-
Notifications
You must be signed in to change notification settings - Fork 292
Theming v2 message component #1665
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
Conversation
…r-chat__parent-message-li
…isplay it for sender only
I think it's ok to have this behavior |
… MessageLivestream, MessageTeam
…ionList & SimpleReactionList
Codecov Report
@@ Coverage Diff @@
## theming-v2 #1665 +/- ##
==============================================
+ Coverage 79.54% 81.98% +2.44%
==============================================
Files 237 241 +4
Lines 5851 5817 -34
Branches 1643 1639 -4
==============================================
+ Hits 4654 4769 +115
+ Misses 1050 895 -155
- Partials 147 153 +6
Continue to review full report at Codecov.
|
|
🎉 This PR is included in version 10.0.0-theming-v2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 10.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |

🎯 Goal
Depends on GetStream/react-file-utils#69
Depends on GetStream/stream-chat-css#146
Fixes #1583
FileAttachmentcomponent now uses new icon set fromreact-file-utils(see feat: add new set of file icons v2 react-file-utils#69)themeVersionhas been added to theChatContextto temporarily decide what component version to displayGalleryandImagecomponents have been refactored to allow rendering of custom image gallery in modal. NewModalGalleryvalue has been added to theComponentContext🎨 UI Changes
Not implemented