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

Refactored useEffects in `src/index.js` ## Acceptance Criteria fulfillment - [X] Task 9 - Refactor useEffects Fixes #132 ## Description In this refactoring: 1. The first `useEffect` block is kept as...

# Brief Title: Added Dark-Theme functionality ## Acceptance Criteria fulfillment - [X] Added Dark-Theme feature Fixes #120 ## Methodology * Added a DarkTheme object like the DefaultTheme in `packages/react/src/theme/DarkTheme.js` *...

### After cloning the repo I run `npm i` then this errors has come. I can't understand what is it and how to fix. ![Screenshot_150](https://user-images.githubusercontent.com/60534594/230404986-84f8b2bc-b602-46df-aabd-1238f74b20d8.png) ![Screenshot_153](https://user-images.githubusercontent.com/60534594/230405129-51dbfddf-6332-43da-86e6-377993eafc65.png) ![Screenshot_152](https://user-images.githubusercontent.com/60534594/230405143-64e15e48-4437-41a3-87be-2a96e28beab0.png) ![Screenshot_151](https://user-images.githubusercontent.com/60534594/230405145-573b6292-2d4a-431c-9827-cf52e38d4b36.png) ![Screenshot_154](https://user-images.githubusercontent.com/60534594/230405149-959a5108-5923-4c1b-afcd-0006df877700.png) ###...

bug

As an EmbeddedChat developer **I need to**: Remove unused files like tests and reportVitals from the playground directory. Even App.css has no use seeing the current page layout that we...

enhancement

As an EmbedChat developer **I need to**: Document the differences between EmbeddedChat and iFrame **So That**: The scope and features for both are distinct and clear **Acceptance Criteria** - [...

documentation
enhancement

As an EmbedChat developer **I need to**: Implement dark mode in EmbeddedChat that can be enabled by passing appropriate props. **So That**: The website which uses dark mode can enable...

enhancement

Rocketchat supports various oauth services and we could extend it using custom oauth's too. Leverage this feature of RocketChat to support all oauth services in EmbeddedChat.

gsoc-2023

**I need to**: authenticate by keycloak or gitlab

enhancement

Add previews for url as it is done in rocket chat. ![Screenshot from 2023-03-17 04-52-10](https://user-images.githubusercontent.com/15830206/225773882-85b587e3-09e5-431a-9c66-52699af2e0d8.png)

enhancement