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

# Brief Title This PR introduces a new tool named 'layout-editor', which will assist EmbeddedChat users in designing and customizing EmbeddedChat layouts in real-time with drag-and-drop functionality. It will also...

## Acceptance Criteria fulfillment - [x] Added support for quoting different types of attachements - [x] Implemented displaying of attachement while quoting - [x] Fix recursive quoting - [x] Fix...

As an EmbeddedChat developer: **I need to**: - Implement a layout editor **So that**: - Users can dynamically edit the layout in the application and generate the theme object accordingly...

enhancement
gsoc-2024

### Description If you try to integrate this `EmbeddedChat` package into a React application created using `create-react-app`, as soon as you log in, you will encounter a warning or error...

bug

where is the react native package on npm just for react

bug

As an EmbeddedChat developer **I need to**: Add an automated deployment of the develop branch on GitHub Pages. **So That**: Users/developers/contributors can test the application without setting up locally. **Acceptance...

enhancement
gsoc-2024

# Resolve useEffect dependencies in useMediaRecorder hook ## Acceptance Criteria fulfillment - [X] Include all necessary dependencies in the useEffect hook of the useMediaRecorder hook. - [X] Ensure proper cleanup...

### Description: Starred message in thread is not visible in the Starred Message Model. ### Steps to reproduce: 1. Go to thread 2. Starred the Message 3. Open the starred...

bug

# Brief Title Starred Message in thread is shown in starred Modal as well. ## Acceptance Criteria fulfillment - [ ] Task 1 - [ ] Task 2 - [...

# Brief Title 1) Increased the chat body’s max-height from 600px to 900px. 2) Set the message box’s margin-bottom to 0 and margin-top to auto for better alignment at the...