EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp

Results 249 EmbeddedChat issues
Sort by recently updated
recently updated
newest added

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. ![Screenshot (53)](https://github.com/RocketChat/EmbeddedChat/assets/98230836/1e96a2ef-a08e-4929-8d9b-516a620862c2)

enhancement

### 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...

bug

# 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`...

enhancement

# 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)

enhancement

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...

enhancement

### 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...

bug

# 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...