-
Notifications
You must be signed in to change notification settings - Fork 756
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
upgrade webchat to v4 #1219
upgrade webchat to v4 #1219
Conversation
Pull Request Test Coverage Report for Build 1824
💛 - Coveralls |
a52e64d
to
2b747c9
Compare
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.
No unit tests for the new functionality in this PR. Please include unit tests for the new functionality.
e.g. activityWrapper.tsx
, chat.tsx
, emulator.tsx
and chatPanel.tsx
are all missing unit tests.
packages/app/client/src/ui/editor/emulator/chatPanel/chatPanel.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/chatPanel/chatPanel.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/activityWrapper.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/activityWrapper.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/activityWrapper.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/chat.scss
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/chat.scss
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/chat.scss
Outdated
Show resolved
Hide resolved
Unit test is failing. |
packages/app/client/src/ui/editor/emulator/parts/chat/activityWrapper.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/activityWrapper.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/activityWrapper.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/activityWrapper.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/activityWrapper.tsx
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/chat.scss
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/parts/chat/chat.scss
Outdated
Show resolved
Hide resolved
50183ef
to
fc2e7da
Compare
ca716a8
to
3659ba2
Compare
With regards to the adaptive cards styling, I am going to work on a follow-up PR that addresses that in #1231 |
packages/app/client/src/ui/editor/emulator/chatPanel/chatPanel.spec.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/emulator/chatPanel/chatPanel.tsx
Outdated
Show resolved
Hide resolved
This needs a rebase, and would conflict heavily with the |
Do not inspect the activity when interacting with an interactive element on the card.
enables styling the send box
TODO: after sending a speech-to-text message, a request is made to a bing endpoint which results in a 401. I am working to get that resolved.
85af601
to
a549c94
Compare
🍾 |
Todo: