-
Notifications
You must be signed in to change notification settings - Fork 5
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
Updated Stream Chat #624
base: main
Are you sure you want to change the base?
Updated Stream Chat #624
Conversation
* We may want to revisit the `MessageInput` component and create our own custom one: https://getstream.io/chat/docs/sdk/react/guides/theming/input_ui/
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great, the send icon for desktop does show up once you type something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, reacting to other's messages is being inconsistent, sometimes I can react sometimes I can't
@leoalfonso14 @codingwithlis Sorry I forgot to import the new CSS files for v2🙃, it should look much better now🎨 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome job!
About
This PR updates the following packages:
stream-chat
,stream-chat-react
. It removes deprecated components from the new update and adds the correct ones. We may want to revisit theMessageInput
component and create our own custom one: https://getstream.io/chat/docs/sdk/react/guides/theming/input_ui/ later on. But what they have out of the box should work great for now.Test Instructions
Note: the "SendButton" does not show in desktop(mobile only).
Screenshots
Closes Tickets
CFDP-2736