EmbeddedChat
EmbeddedChat copied to clipboard
An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
As an EmbeddedChat developer **I need to**: Implement a feature of displaying message menu-item when hovered over the menu item. Just like in Rocket.Chat app. **So That**: When hovered over...
The login modal should show a toast message with an appropriate message in case of login failure.
Fixes #350 ### Implementation: Imported the `Tooltip` component (`Tooltip.js`) in `MessageToolbox.js`. A part of code ``` handleEditMessage(message)} /> ``` ## Output [Screencast from 25-12-23 01:22:29 AM IST.webm](https://github.com/RocketChat/EmbeddedChat/assets/125076549/a4f7fb7b-6121-46bd-97c6-e4ffb0fd0ddc)
# Brief Title ## Acceptance Criteria fulfillment - [X] JOIN button working as expected. Fixes #356
### Description: I have done all the steps as mentioned in the getting started guide till spinning up the story book server but it is showing an error as [!]...
### Description: When click the Button to pin Message, an error-toastbar occurs displaying `Error pinning message`. ### Steps to reproduce: 1. Go to chat-box 2. Click on Pin-Message button on...
# Handle Long Messages ## Acceptance Criteria fulfillment - [x] Updated ChatInput component to handle long messages. - [x] Display error toast for messages exceeding the character limit. - [...
As an EmbeddedChat developer **I need to**: Use lazy loading to render some components **So That**: The initial bundle size can be minimized, page load time can be made better...
As an EmbeddedChat developer, I need to add test cases for the authentication system feature so that I can ensure that the system is working as expected and that any...
### Description: To fix the display of text, when a user is typing. It should be displayed only when others are typing. Not to display when user1 is typing. It...