Devansh Kansagra
Devansh Kansagra
I have made some readme changes so that people won't find difficult to setup the project
# Brief Title ### Fixed the issue of appearence of pinned messages when pinning it with emojis ## My code changes ```PinnedAttachment.js``` ```jsx import MessageEmoji from '../MessageEmoji/MessageEmoji' import RCContext from...
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)
# Implementation of toggling the visiblity of password ## Acceptance Criteria fulfillment - [x] Add the eye icon (make sure its responsive) - [x] Add the toggling logic to it...
## Acceptance Criteria fulfillment - [x] Deploy the monorepo to the github pages Fixes #612 ## Video/Screenshots [Screencast from 2024-07-26 09-14-45.webm](https://github.com/user-attachments/assets/68eb6354-e4fd-47d1-a2c3-d870c2452549)
## Acceptance Criteria fulfillment - [x] Added support for quoting different types of attachements - [x] Implemented displaying of attachement while quoting - [x] Fix recursive quoting - [x] Fix...
## Acceptance Criteria fulfillment - [x] Fixed emoji parsing issue Fixes #623 ## Video/Screenshots [Screencast from 16-09-24 06:05:40 PM IST.webm](https://github.com/user-attachments/assets/21143a24-350f-4bc9-b0a3-961977eb8cc5)
### Description: Emojis in file descriptions are not being parsed correctly in the attachment preview. ### Expected behavior: Emojis should appear even when used in file description ### Actual behavior:...
### Description: If you try to mention users in the file description, the user does not get mentioned instead it gets in the normal text form ### Steps to reproduce:...
As an EmbeddedChat developer **I need to**: Deploy the preview of the changes made in a pull request to Github Pages **So That**: Maintainers and other users can get to...