EmbeddedChat
EmbeddedChat copied to clipboard
An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
# Brief Title Feat: Implement Custom i18n Package for Embedded Chat (NEW) ## Acceptance Criteria fulfillment - [X] Custom i18n Package Implementation - [X] Language Files Creation (e.g., en.i18n.json, es.i18n.json,...
# Brief Title ## Acceptance Criteria fulfillment - [x] When a thread is closed, the scroll position should remain at the `ThreadMainMessage`. Fixes #972 ## Video/Screenshots [Screencast from 2025-02-10 01-22-36.webm](https://github.com/user-attachments/assets/13a59d56-eacb-4b1b-bca7-76093037346a)...
## Description: If the RC server has KaTeX enabled then KaTeX part of the messages are not rendered in Embedded. Messages appear differently in RC Main and Embedded due to...
# Add loader to login form `Throbber` is added to the login form button while the request is pending and is removed afterwards, making the form more responsive. Fixes #954...
Fixes #974 by introducing a timeout (20s) on a 429 by the server and then trying again. In this period (timeouts and fetches) a `Throbber` (loading component) is rendered. ##...
### Description: `TypeError: Cannot read properties of undefined (reading 'length')` appears when too many search requests are sent back to back in Search Messages Sidebar ### Steps to reproduce: 1....
fix: resolve mention highlighting issue for "application" and "text" file types and improve design
# Brief Title Mention Highlighting for "Application" and "Text" File Types and ensure design is consistent for files including collapse feature ## Acceptance Criteria fulfillment - [x] Ensure mentioned usernames...
### Description Currently, when a user closes a thread, they are taken to the top of the `MessageList`, which causes them to lose their previous scroll position. Instead, the expected...
## Description: Hovering over the `MessageToolbox` buttons (reaction, reply, qoute, star, etc.) of the last message causes a tooltip to appear. This tooltip increases the height of the message list...
As an EmbeddedChat developer **I need to**: improve appearance of Delete modal and file upload modal following the RC behaviour and making username/ name in message header clickable opening userInfo...