EmbeddedChat
EmbeddedChat copied to clipboard
An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
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.      ###...
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...
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** - [...
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...
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.
**I need to**: authenticate by keycloak or gitlab
Add previews for url as it is done in rocket chat. 