-
Notifications
You must be signed in to change notification settings - Fork 20
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
3028: Show user icon after robot message in Chat #3078
3028: Show user icon after robot message in Chat #3078
Conversation
I forgot to add unit tests. Will do so now. Please wait before review |
280bb34
to
89a1a86
Compare
89a1a86
to
252b95a
Compare
0008c7e
to
07c4bbc
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.
Tested on firefox, nice work!
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!
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.
Very nice, thank you! Tested in Firefox
Short Description
I added a condition to check whether between two messages the _automaticAnswer status changed. Now if a human answers after a bot (or vice versa) we will show the human icon (or the bot icon) after the switch.
Proposed Changes
Side Effects
- BotIcon: Chatbot (German) / Chatbot (English)
- HumanIcon: Berater*in (German) / Advisor (English)
Testing
Fixes: #3028