-
-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added features to filter chats, edit messages, add users to group cha…
…t, share images as messages, and create dedicated group chats for events (#2360) * Initial commit * Updated the UI of chat screen * feat: added support to create group chat * implemented group chats * Implemented logic to send messages in group chat * refactor chat functionality * fix format * refactor code * fix failing tests * removed unwanted code * fix: formatting issues and reverted unwanted changes * removed unwanted code * implemented reply functionality for direct chat * implemented reply functionality * Updated chat schema * fix: contact card ui * removed unwanted code * feat: implemented unseen message functionality * fix: create group chat functionality * added filters * feat: add member to group chat * feat: implemented logic to update group image and name * feat: moved chat to organization & added functionality to share media in chat * fix: formatting issues * fix: formatting issue * fix: formatting issue * fix: type errors * fix: tsdoc error * fix: formatting errors * improve code coverage * improved code coverage * feat: implemented edit message functionality * Update Chat.tsx * feat: added option for creating a dedicated group chat for an event * fix: failing test cases * feat: implemented notifications * fix: failing tests * reverted unwanted changes * revert unwanted changes * feat: added missing queries * fix: formatting issues * fix: formatting issues * fix: failing test cases * removed unwanted changes * fix: failing test cases * updated translation files * improved: code coverage * Update public/locales/hi/translation.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * improve code coverage * fix: add svg * removed unused svg file * updated schema.graphql * updated schema.graphql * updated schema.graphql * fix: test cases * fix: test cases * fix: test cases * fix: test cases --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9dbd7a6
commit a99b146
Showing
33 changed files
with
16,372 additions
and
1,426 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
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
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
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
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.