EmbeddedChat
EmbeddedChat copied to clipboard
An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
# Brief Title ## Acceptance Criteria fulfillment - [x] Enhance report/modal - [x] add logic for visibility - [x] include css Fixes #904 ## Video/Screenshots After: https://github.com/user-attachments/assets/9d9af6f8-196e-445a-9b60-1c45573e63c8 Before: https://github.com/user-attachments/assets/dcfe1e22-9872-4853-b90a-a0d6f56328db ##...
# Brief Title Now text attachments also include timeStamps beside username just like RC I have added timestamp in the following way: if message is from previous month then show...
# Brief Title The Delete modal now follows RC’s standard labels and no longer displays actual content. The message toolbar shows a proper reaction emoji icon, and the file upload...
# Brief Title Added Support for displaying the timestamp messages ## Acceptance Criteria fulfillment - [X] Added support for rendering timestamps in various formats like relative time ("5 minutes ago")...
# Brief Title Messages in the deleted thread Message gets deleted. ## Acceptance Criteria fulfillment - open a thread - Delete the thread. Fixes #967 ## Video/Screenshots https://github.com/user-attachments/assets/9fb0692b-f8aa-4c0b-93c3-7d1f88ae46f5 ## PR...
Fixes #970 By moving `MessageToolbox`'s button's tooltips to top instead of bottom. This is consistent with the Main Rocket Chat's tooltips. ## Video/Screenshots New:  Tooltips in...
## Acceptance Criteria fulfillment - [x] Add Support for KaTeX Inline. - [x] Add Support for KaTex Blocks. - [x] Add tooptip for katex errors. - [x] Fix tooltip overflows....
# Added KaTeX Documentation Button to Chat Input Toolbar This PR adds a KaTeX icon/button to the chat input formatting toolbar. Clicking the button will open the KaTeX documentation in...
As an EmbeddedChat developer, I need a Dockerfile to automate the setup process. So that Developers can quickly set up and run the project without manual dependency installation. The development...
### Description: In the embedded chat of Rocket.Chat, messages sent by apps cannot be deleted. Even users with the appropriate permissions (such as admins) are unable to remove these messages....