EmbeddedChat
EmbeddedChat copied to clipboard
An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
Fixed the component's functionality to hide when clicked outside the component and also removed the unwanted scrollbars. Fixes # (425) Closes #425
Rocket chat provides us an option to copy the message or the message link , would be nice to have similar options in embedded chat. 
### Description: The user is still able to access the channel and message on the channel even if the admin kicks out the user. ### Steps to reproduce: 1. Start...
# Brief Title ### Fixed the issue of appearence of pinned messages when pinning it with emojis ## My code changes ```PinnedAttachment.js``` ```jsx import MessageEmoji from '../MessageEmoji/MessageEmoji' import RCContext from...
As an EmbeddedChat developer **I need to**: Implement the feature to change the current channel with `Channel Name`. For now, it is only possible to do so with `Channel ID`...
# Brief Title This PR will add url preview functionality in embedded chat similar to what is done in rocket chat. Fixes #200 ## Video/Screenshots https://user-images.githubusercontent.com/15830206/225773948-e2960040-8bf2-4342-b226-9c66450fea94.mp4
In the chatheader, when user clicks on maximize button, after that user have to click on dots to see minimize button Video Refernce : [Screencast from 26-01-24 08:53:30 PM IST.webm](https://github.com/RocketChat/EmbeddedChat/assets/108853577/a76a620e-a225-4171-9f5a-0b8f9ab41d6b)
As an EmbeddedChat developer **I need to**: Add a Quote Functionality **So That**: users would be able to easily reference and respond to specific messages by simply selecting the quote...
### Description: Some warnings can be resolved in the (console tab of chrome-developer tools (If Browser === Google Chrome)). ### Steps to reproduce: 1. Do `yarn storybook`. 2. Right click...
# Brief Title This PR fixes the issue #372 , and the issue described in PR #367 (in comments) ## Acceptance Criteria fulfillment - [X] Not to display to the...