-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed UI Inconsistencies while quoting messages (#605)
* Fixed the issue of not displaying image, video and audio preview when the message is quoted, also implemented the preview of image, audio and video attachment while quoting * Formatted using prettier * Fixed lint error * Added border in quoted attachments to look proper * Fixed Lint error * Fixed no-shadow and no-else-return lint issue * Implemented Recursive quoting * Implemented recursive quoted message preview and fixed unwanted link display while quoting * CSS fix for recursive quoting in curved variants * Fixed the curved appearence in recursive quoted messages in curved variants * Fixed the rendering of quoted image while quoting * Minor Fix * Removed renderMessageContent and used JSX * Using one prop author in attachments instead of authorName and authorIcon * Fixed after conflicts issue --------- Co-authored-by: Zishan Ahmad <zishan.barun@gmail.com>
- Loading branch information
1 parent
0aafed8
commit d84157f
Showing
7 changed files
with
584 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
135 changes: 123 additions & 12 deletions
135
packages/react/src/views/AttachmentHandler/AudioAttachment.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.