Skip to content

Commit

Permalink
DMAPP-125: Chat reaction feature (#128)
Browse files Browse the repository at this point in the history
* [Feature]: Add reaction support in chat and show reply button on message long press

* [Fix]: Prevent reaction picker from appearing after accepting new chat request

* [fix]: add condition to create new message only for 'chat.message' event in socket listener

* Addressed PR review comments and implemented requested changes

* [fix]: Resolve platform-specific issue in chat screen on iOS
  • Loading branch information
meKushdeepSingh authored Nov 8, 2024
1 parent a9de184 commit a04ca92
Show file tree
Hide file tree
Showing 11 changed files with 643 additions and 213 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,6 @@ SPEC CHECKSUMS:
YoutubePlayer-in-WKWebView: 4fca3b4f6f09940077bfbae7bddb771f2b43aacd
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5

PODFILE CHECKSUM: 55ca1f3224f042c4cc5631ddd32bca9ecf1880a9
PODFILE CHECKSUM: 513a83d172d501d70c66336e88f9d25b0365cf4f

COCOAPODS: 1.15.2
2 changes: 2 additions & 0 deletions src/Globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export default {
CHAT_LIGHT_DARK: '#657795',
REPLY_LIGHT_PINK: '#facfe8',
REPLY_DARK_PINK: '#e164ad',
REACTION_BORDER: '#C4CBD5',
REACTION_TEXT: '#313338',

// Group Chat
CHAT_LIGHT_PINK: '#F3D7FA',
Expand Down
Loading

0 comments on commit a04ca92

Please sign in to comment.