-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
1523 Offline UI - connecting for the first time #1866
1523 Offline UI - connecting for the first time #1866
Conversation
packages/component/src/Styles/StyleSet/ConnectivityNotification.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor style nitpicks. Looks good!
I can see the connecting loader appears briefly. I have a scenario where I use a back channel activity to post data to user as a welcome message. Sometimes, the message might take a while to appear in the conversation window. Is there a way to wait for the back channel post back welcome message and show the connecting loader until then? |
Resolves #1524
Fix #1856
This now brings 'Connecting...' text to Web Chat when connecting for the first time.
Scenario 1: User connects to Web Chat for the first time, and 'Connecting...' disappears after connection via DirectLine is made.
Scenario 2: User connects to Web Chat for the first time, and 'Connecting...' shows until it changes to 'Taking longer than usual to connect'
(difference in quality is due to making the gifs on different websites)
Notes