-
Notifications
You must be signed in to change notification settings - Fork 512
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
enhance(ai-help): improve stopped state #10580
Conversation
This pull request has merge conflicts that must be resolved before it can be merged. |
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.
lgtm
@@ -159,6 +159,7 @@ $mdn-theme-light-text-active: #{$mdn-color-neutral-50}; | |||
$mdn-theme-light-text-inactive: #{$mdn-color-neutral-40}a6; | |||
$mdn-theme-light-text-link: $mdn-color-light-theme-blue-60; | |||
$mdn-theme-light-text-invert: $mdn-color-white; | |||
$mdn-theme-light-text-muted: #6f6f6f; |
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.
Nit: I wouldn't add further sass variables if we don't need them anywhere, just define the css variable directly
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.
I'll keep it, as I had wanted to use this color in other circumstances before (being familiar with Bootstrap).
Summary
(MP-867)
Problem
When the user presses "Stop answering", the only indication are three dots ("...") at the end of the answer, and the icon before "Answer:" is still blinking.
Solution
Add a separate line that says "Stopped answering", change "Answer:" to "Answer (stopped):" and make sure the icon doesn't blink.
Screenshots
Before
After
How did you test this change?
Asked the first example question and pressed "Stop answering" as soon as the answer started to appear.