Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add Chat Typing Indicator #399

Merged
merged 27 commits into from
Oct 25, 2022

Conversation

jpeng-ms
Copy link
Member

@jpeng-ms jpeng-ms commented Oct 17, 2022

Purpose

This PR added typing indicator presentation layer:
image

test.mov

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  1. hard code participant list as the following:
    image
  2. send actions like these:
    image
  • Test the code

Other Information

  1. UI behaviour validation pending with Alex (wording for 2/3/+ participants and number of max avatar shown)

@jpeng-ms jpeng-ms marked this pull request as ready for review October 17, 2022 23:49
@jpeng-ms jpeng-ms requested review from a team as code owners October 17, 2022 23:49
@acs-ui-bot acs-ui-bot added the task Task for completing a specific feature. label Oct 18, 2022
@jpeng-ms jpeng-ms changed the title [Task] chat typing indicator presentation layer [Task] chat typing indicator presentation layer, PR #1 of 2 Oct 18, 2022
@jpeng-ms jpeng-ms changed the title [Task] chat typing indicator presentation layer, PR #1 of 2 [Feature] Add Chat Typing Indicator Oct 20, 2022
@jpeng-ms jpeng-ms added feature For new features intended for a future release and removed task Task for completing a specific feature. labels Oct 20, 2022
@acs-ui-bot acs-ui-bot added the task Task for completing a specific feature. label Oct 20, 2022
jimchou-dev
jimchou-dev previously approved these changes Oct 21, 2022
Copy link
Member

@jimchou-dev jimchou-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@palatter palatter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@jpeng-ms
Copy link
Member Author

merging this since I had enough approvals prior to resolving conflicts and Jim is OOO.

@jpeng-ms jpeng-ms merged commit 38ef459 into feature/chat Oct 25, 2022
@jpeng-ms jpeng-ms deleted the task/chat-typing-indicator-receiving branch October 25, 2022 20:08
emlynmac added a commit that referenced this pull request Dec 13, 2022
* [Feature] Chat Composite project skeleton structure (#339)
* [Feature] Added skeleton structure/files for chat unit test (#349)
* [Feature][Chat] Added skeleton structure for chat redux (#346)
* [Feature] Implemented Dependency Injection for chat composite (#361)
* [Feature] Implemented chat initialization in ChatService (#370)
* [Feature] Basic Chat Views (#377)
* [Feature] Implemented fetch initial messages (#379)
* [Feature] Chat realtime notification for receive message (#385)
* [Task] Handle Chat Typing Indicator Receiving (#390)
* [Feature] Implemented event handlers for service layer for Chat Composite (#391)
* [Feature] Handling TrouterEvent for message edit and delete event for Chat service layer (#393)
* [Feature] Implemented send message for ChatComposite (#397)
* [Task] Synced Chat views with Android and Figma (#396)
* [Feature] Implemented chat message history pagination (#402)
* [Task] Message view models and list formatting (#405)
* [Feature] Implemented redux for Chat Service events (#408)
* [Feature] Add Chat Typing Indicator (#399)
* [Feature] Adding new skeleton for add / remove participant event  (#410)
* [Task] Send read receipt service redux layer (#404)
* [Feature] Adding in new unit tests to RepositoryMiddlewareHandlerTests(#413)
* [Feature] Chat scrolling, formatting and message types (#412)
* [Feature] Making the service call to request list of participants (#418)
* [Feature] Send read receipt presentation layer (#415)
* [Feature] Implement Telemetry for chat (#426)
* [Feature] service layer for receiving read receipt (#427)
* [Task] chat typing clear logic update (#421)
* [Refactor] Update Chat to use the common code package (#444)
* [Task] Create custom scrolling view and update icon sizing for Chat (#425)
* [Feature] Implemented service/redux layer for chat participants (#441)
* [Task] Update initial number of messages loaded. (#453)
* [Bugfix] Resolved presentation bugs (#457)
* [Feature] Implemented service layer and redux layer for editing/deleting message (#455)
* [Task] Add Basic Error Handling (#452)
* [Task] Handling Local User Removed (#450)
* [Feature] Redux layer and Presentation layer for receive read receipt (#448)
* [Refactor] Refactor and renaming of public api for chat (#458)
* [Bugfix] Not rendering edited/deleted message correctly (#461)
* [Task] Back merge develop to feature/chat (#463)
* [Feature] Mask admin user from read receipt and participant added message (#462)
* [Bugfix] Chat bug fixes for layout, skip messages button, keyboard, and message input (#470)
* [Refactor] Clean up public api and unused error codes (#465)
* [Refactor] Refactoring isLocalUser for ChatMessageInfoModel (#473)
* [Feature] Chat parse Teams html RichText message (#474)
* [Task] Back merge develop to feature/chat (#482)
* [Bugfix] Fix new thread mask admin user crash (#483)
* [Feature] Filter trouter event for current threadId only (#469)
* [Task] Back merge develop to feature/chat (#488)
* [Refactor][Bugfix] Refactor messages to no longer use viewmodels and move refactor read Icon logic (#480)
* [BugFix] Put back changes lost in back merge (#498)
* [Task] Display html msg for Teams messages (#492)
* [Refactor] Clarify dependency construction for chat library (#494)
* Send read receipt when scroll to then end of the screen (#490)
* [Bugfix] Fix adding duplicate messages to MessageRepositorymanager's messages (#500)
* [Bugfix] Remove scroll indicator and send button fixes (#499)
* [Bug] Demo App Needs Rotation Disabled (#504)
* [Task] Add Alert to Demo App (#489)
* [Feature] Implement message send status (Sending, delivered, failed)  (#506)
* [Refactor] Set isLocalUser for Participant Info Model (#503)
* [Doc] Updated Readme (#491)
* [Feature] Introduce the Chat podspec (#508)
* [Refactor] Move threadId out from ChatConfiguration (#513)

Co-authored-by: Jim Chou <[email protected]>
Co-authored-by: Patrick Latter <[email protected]>
Co-authored-by: John <[email protected]>
Co-authored-by: JoshuaLai <[email protected]>
Co-authored-by: Leah Xia <[email protected]>
Co-authored-by: Josh Lai <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature For new features intended for a future release task Task for completing a specific feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants