You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a tag attribute for from object for typing indicator.
Description
BotFramework-webchat-adapter sends from object as part of typing indicator activity which is mapped to typing object in Botframeork-webchat. Added a new tag in adapter as well as webchat to pass tag to receiver side to indicate sender is typing in public/Internal panel. (We have a single adapter for two react webchat's one is public other is internal to distinguish between the two we need tag params)
Design
Specific Changes
Added a tag attribute for typing object in api/hooks
Mapped to tag for from object for any incoming_activity for typing indicator
-
I have added tests and executed them locally
I have updated CHANGELOG.md
I have updated documentation
Review Checklist
This section is for contributors to review your work.
Accessibility reviewed (tab order, content readability, alt text, color contrast)
Browser and platform compatibilities reviewed
CSS styles reviewed (minimal rules, no z-index)
Documents reviewed (docs, samples, live demo)
Internationalization reviewed (strings, unit formatting)
package.json and package-lock.json reviewed
Security reviewed (no data URIs, check for nonce leak)
We can consider retrieving/saving channelData to the structure returned by useActiveTyping.
Please fill in the PR form. You can look for other PRs to get an idea of details we want to have. This is critical for us. If a future regression happens (it do!), the details in the PR form will help us to understand how this feature should work and why we added it in first place.
We can consider retrieving/saving channelData to the structure returned by useActiveTyping.
Please fill in the PR form. You can look for other PRs to get an idea of details we want to have. This is critical for us. If a future regression happens (it do!), the details in the PR form will help us to understand how this feature should work and why we added it in first place.
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Entry
Added a tag attribute for from object for typing indicator.
Description
Design
Specific Changes
-
CHANGELOG.mdReview Checklist
z-index)package.jsonandpackage-lock.jsonreviewed