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

# Bug Report: Missing Dependency in useEffect ## Description The `useMediaRecorder` hook in `packages/react/src/hooks/useMediaRecorder.js` has a potential bug related to the dependency array in the `useEffect` hook. The `useEffect` hook...

bug

# Fixes the UI issues with quoted messages ## Acceptance Criteria fulfillment - [x] Fix the multiple quote issue - [x] Fix issue regarding attachment quoting - [x] Make the...

### Description: ### Steps to reproduce: 1. Setup Embedded Chat 2. Quote a message and send it, compare it with RC (UI has to be fixed and match with RC)...

bug

We need to add e2e tests and have a mock api setup so that we can much better track any regressions or bugs ### Tasks API: https://github.com/RocketChat/EmbeddedChat/blob/develop/packages/api/src/EmbeddedChatApi.ts - [ ]...

enhancement
epic

# What this PR does - Set up authentication for E2E tests. Simulate login flow using user credentials stored in environment variables. Run once before all test suites by saving...

# Make MessageBox Responsive and add arrow key iteration Feature to command Menu ## Acceptance Criteria fulfillment - [x] Make the message box responsive so that the mention and command...

## What this PR does Currently, EC devs have to manually run linting check. Automatic linting check happens in CI/CD, which happens only after a PR is opened and would...

As an EmbeddedChat developer, **I need to**: add a feature to quote messages **So that**: users can reply to a particular message by quoting it **Acceptance Criteria** - [x] Identify...

enhancement

# Brief Title This PR adds a feature to quote message ## Acceptance Criteria fulfillment - [x] added quote icon to message toolbox - [x] added global state to keep...