stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

Message reactions consolidation

Open szuperaz opened this issue 2 years ago • 3 comments

Motivation The message reactions don't match on mobile and web SDKs Details: Based on: https://getstream.slack.com/archives/C012FGW0XJS/p1655454447938709

Proposed solution Not yet

Acceptance Criteria A set of predefined requirements that must be met to mark a user story complete.

szuperaz avatar Jun 17 '22 08:06 szuperaz

Current web/mobile differences:

  • sad: reaction has a thumb down icon on mobile
  • angry: reaction is missing on mobile

Suggested changes for web (see pic for details):

  • replace sad emoji with a thumbs down
  • remove the angry emoji image

NiftyGift avatar Jun 17 '22 09:06 NiftyGift

Very thankful that you are considering tackling this.

jmckenney avatar Jun 30 '22 15:06 jmckenney

Great news! I believe the ideal implementation would be to allow for a set of custom icons and meanings to be used universally in the chat application, so as to allow clients to define their own branded reactions. It's easy to misinterpret the reactions without consistency or text equivalents for accessibility. "Thumbs down" is often construed as dislike, not sad.

Thanks for your consideration and work in this area. Cheers!

seanrossvida avatar Jun 30 '22 19:06 seanrossvida

:tada: This issue has been resolved in version 11.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

stream-ci-bot avatar Nov 27 '23 17:11 stream-ci-bot