EmbeddedChat
EmbeddedChat copied to clipboard
An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
This PR improves the empty state message shown when the user is not authenticated. - Makes the wording clearer and more professional - Aligns text with the "Sign in" button...
## Problem The chat input container in EmbeddedChat does not fully adapt to dark and light themes. While some components react to theme changes, the input area background, border, and...
As an EmbeddedChat developer: **I need to**: Make EmbeddedChat more mobile-friendly, though it currently is. **So that**: It works well on mobile devices and in smaller-sized integrations. **Acceptance Criteria**: -...
#Brief Title refactor(api): migrate from sdk to ddp-client Acceptance Criteria fulfillment [x] Removed deprecated @rocket.chat/sdk dependency [x] Added @rocket.chat/ddp-client and implemented EmbeddedChatApi connection logic [x] Refactored real-time subscriptions (room messages,...
# feat: Matrix Integration for EmbeddedChat ## Acceptance Criteria fulfillment - [x] Integrate EmbeddedChat with the new Rocket.Chat native Matrix homeserver while keeping direct access to Rocket.Chat as an alternate...
# Brief Title Enable previewing thread messages in the main chat flow ## Acceptance Criteria fulfillment - [x] Enabling the checkbox should send a preview of the thread message in...
# Brief Title Implement initial scroll-to-message logic for navigating to attachments from the All Files view ## Acceptance Criteria fulfillment - [ ] Clicking a file in the All Files...
Summary Fixes an issue where arrow navigation in the Starred Messages view fails for messages that are not currently visible in the message list. Changes Added a reusable scroll helper...
As an EmbeddedChat developer **I need to**: Enable users to follow specific thread messages they are interested in. **So That**: They can stay updated on ongoing discussions without actively monitoring...
As an EmbeddedChat developer **I need to**: I want to click on a file from the All Files view and be navigated to the exact message where that file was...