The SendBox should have a notification component to manage ConnectivityStatus and TypingIndicator components #2323
Labels
backlog
Out of scope for the current iteration but it will be evaluated in a future release.
front-burner
Feature Request
Is your feature request related to a problem? Please describe.
The
TypingIndicator
component sits on top of theConnectivityStatus
component in theBasicSendBox
. At the moment, it is possible for Web Chat to display these two components on the screen at the same time which would clutter theSendBox
. Instead of stacking these components, they should behave like theTimestamp
andSendStatus
components and share the same space. However, theConnectivityStatus
debounces updating the component to display each status for a minimum of 400 ms. This makes it difficult to determine when each component should have ownership over the space.Describe the suggestion or request in detail
The
TypingIndicator
and theConnectivityStatus
components should be encapsulated and managed in aNotificationCenter
component where each child has a certain priority to determine which one Web Chat should render on the screen.Describe alternatives you have considered
Yea, no.
[Enhancement]
The text was updated successfully, but these errors were encountered: