-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: error colour precedence in message wrapper #112
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Quality Gate passedIssues Measures |
Playwright e2e testsTo view traces locally, unzip the report and run: npx playwright show-report ~/Downloads/playwright-report |
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.
Is this your first PR on the repo? If so, welcome!
I noticed that MessageWrapperProps has type: "user" | "editing" | "warning" | "moderation" | "aila";
. Should the type be moderation
rather than user
?
Thanks!
The
Should they be coming through as type = moderation ? |
Ah, I see. I didn't realise that it was |
🎉 This PR is included in version 1.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Type 'user' was overriding background colour of the chat message box for
generic
andmoderation
error messages on reload of the page.Issue(s) - AI-527
https://www.notion.so/oaknationalacademy/Sensitive-warnings-lose-colour-d1b3361edcf7478ea3b04f7be844a7ce
How to test
Create a lesson with sensitive content, refresh the page, sensitive content box remains mint green colour
Checklist