EmbeddedChat
EmbeddedChat copied to clipboard
An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
# Brief Title ## Acceptance Criteria fulfillment - [ ] If the user is scrolled up and someone sends a message, after clicking the 'New Messages' popup, the 'unread message...
## Acceptance Criteria fulfillment - [X] After pointing the mouse at the Send button icon, the user should see the text "Send Message". - [X] After pointing the mouse at...
# Brief Title Enable navigation from files list to corresponding messages in chat body ## Acceptance Criteria fulfillment - [x] Ensure clicking on navigate in files list highlights and scrolls...
Fixed the quote markdown issue ## Acceptance Criteria fulfillment Now if you enter the message like this it won't create any issue ``` > I will not use abbrev. >...
# Issue #383 # Brief Title implemented lazy loading ## Acceptance Criteria fulfillment - [x] MessageToolbox in Message.js - [x] Menu in ChatHeader.js - [x] EmojiPicker in ChatInputFormattingToolbar.js - [x]...
# Brief Title Unauthorized Users in Read-Only Channels Can Access Message Toolbox and React with Emojis ## Acceptance Criteria fulfillment - [x] Revise the canSendMsg global state - [x] Ensure...
# Brief Title This pull request addresses the issue where messages deleted from the main chat interface do not get removed from the starred messages sidebar modal and the pinned...
# Brief Title Restrict Delete Icon Visibility to Authorized Users in File List ## Acceptance Criteria fulfillment - [x] Ensure the delete icon is only visible to users with delete...
As an EmbeddedChat developer **I need to**: enable users the ability to easily press ,CTRL + V , and the image they want to upload is ready to go. **So...
# Brief Title Enable users to follow and unfollow thread messages to receive updates ## Acceptance Criteria fulfillment - [ ] Added UI control to follow and unfollow a thread...