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

# Functionality to Theme your Chat using Props ## Changes Done - [ ] Added two Props called primaryColor and secondaryColor in RCComponent - [ ] primaryColor is responsible for...

# Edit Room Info ## Description This PR adds the ability to Change Room Info such as : 1. Avatar 2. Name 3. Description 4. Type 5. Archived 6. ReadOnly...

## Fix the issue of Circular Dependency in Markdown styles ### Acceptance Criteria fulfillment - [x] Implemented markdown styles without circular dependency of components Fixes #132 [Circular dependency] ### Screenshots

### Description: ### Steps to reproduce: 1. Send a long link in the chat ### Expected behavior: The chat window should maintain its constant width ### Actual behavior: On sending...

bug

### Description: Whenever any user performs any functionality in EmbeddedChat, the getMessage API is called more than once which eventually results in status code 429 due to multiple requests. This...

bug

## Acceptance Criteria fulfillment - [x] Combine three useEffect hooks into one - [x] Set toast bar position and avatar state using store hooks - [x] Check if the user...

# Prune Message ## Description This pull request adds the ability to prune messages just like in RC Core app. ## Changes Made The following changes have been made to...

Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.16.5. Changelog Sourced from terser's changelog. v5.16.5 Correctly handle AST transform functions that mutate children arrays Don't mutate the options object passed to Terser (#1342)...

dependencies

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.1 to 5.4.0. Changelog Sourced from dns-packet's changelog. Version 5.4.0 - 2022-06-14 Feature: Added support for the SSHFP record type. Version 5.2.0 - 2019-02-21 Feature: Added support...

dependencies

# Alignment of emoji inside paragraph tag Fixes #87 ## Video/Screenshots