EmbeddedChat
EmbeddedChat copied to clipboard
An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
### Location **File:** `apps/meteor/app/api/server/v1/im.ts` **Line:** 537 --- ### Problem A **TODO comment** indicates that a cache-breaking notice should be added because a query parameter was removed from the API. Currently,...
feat: Add Emoji Autocomplete functionality that displays matching emoji suggestions on : colon type
# Add Emoji Autocomplete on Colon Type ## Acceptance Criteria fulfillment - [x] When a user types a colon (:) followed by at least two characters (e.g., :la), a suggestion...
As an EmbeddedChat developer **I need to**: integrate EmbeddedChat with the new Rocket.Chat native Matrix homeserver while keeping direct access to Rocket.Chat as an alternate option. **So That**: EmbeddedChat can...
Hello Maintainers, I really appreciate the work done on the EmbeddedChat project. I would love to contribute by improving the UI of the project website (https://rocketchat.github.io/EmbeddedChat ) to make it...
Currently, the footer section in the EmbeddedChat documentation and demo looks visually disconnected from Rocket.Chat’s main branding. Since EmbeddedChat serves as a reusable component for web apps, improving its footer...
As an EmbeddedChat developer **I need to** see a list of suggested emojis when I type a colon `:` followed by text in the message box. **So That** I can...
### Description: There is a version mismatch between the @embeddedchat/api package in the monorepo and the published version on npm. The monorepo's package.json lists the version as 0.1.2, while the...
# Brief Title I need to provide users with a preview option for formatted messages before sending them, So that they can review and ensure the message appears as intended....
# React-Native project development fails ## Acceptance Criteria fulfillment - [x] Changed the version of the @embeddedchat/api package to use the latest one instead of the deprecated version - [x]...