-
Notifications
You must be signed in to change notification settings - Fork 308
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
feat: fullscreen status messages #2948
Conversation
🚀 New react-contoso sample application deployed here |
Setting the client calls an external function graph that throws a TypeError. The error is thrown when accessing the forComponent method. The assumption is that the Provider hasn't set up by the time the StatefulGraphChatClient is instatiated, This change leverages the Provider onStateChange events and updates the notificationClient appropriately after the constructor initialization.
🚀 New react-contoso sample application deployed here |
0ed99f2
to
45444fa
Compare
🚀 New react-contoso sample application deployed here |
🚀 New react-contoso sample application deployed here |
packages/mgt-chat/src/statefulClient/StatefulGraphChatClient.ts
Outdated
Show resolved
Hide resolved
packages/mgt-chat/src/statefulClient/StatefulGraphChatClient.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Gavin Barron <gavinbarron@microsoft.com>
🚀 New react-contoso sample application deployed here |
Signed-off-by: Martin Musale <martinmusale@microsoft.com>
🚀 New react-contoso sample application deployed here |
Signed-off-by: Martin Musale <martinmusale@microsoft.com>
Signed-off-by: Martin Musale <martinmusale@microsoft.com>
@sebastienlevert I have fixed the no messages state. |
🚀 New react-contoso sample application deployed here |
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.
Works great for the scenarios! Very happy!
I see the same. I thought it was just me. So something gets injected and breaks the rest. We need to be careful to not bring this issue. Dismissing my review until this is fixed. |
So, I dug around this a little. What I found out was using Update
Now using |
|
🚀 New react-contoso sample application deployed here |
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.
It looks good to me.
Just a couple of small UX things that feel a bit off
Co-authored-by: Gavin Barron <gavinbarron@microsoft.com>
🚀 New react-contoso sample application deployed here |
🚀 New react-contoso sample application deployed here |
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.
Nice work!
Closes #2666
PR Type
Description of the changes
Added full screen status message for:
PR checklist
yarn build
) and changes have been tested in at least two supported browsers (Edge + non-Chromium based browser)yarn setLicense
)Other information
How to test