EmbeddedChat
EmbeddedChat copied to clipboard
An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
# 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...
### 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...
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...
# 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...
# 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...