-
-
Notifications
You must be signed in to change notification settings - Fork 449
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: add sound and flash alert for automod caught messages #5026
feat: add sound and flash alert for automod caught messages #5026
Conversation
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 think I would rather see this be a new "default" bar in the Highlights settings section, and it functioning more closely to a highlight.
Let me know if I'm missing some context that makes that stupid
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.
clang-tidy made some suggestions
While the new default highlight row has been added, this PR is still a draft since automod messages don't work through SharedMessageBuilder, so |
This allows us to rely on something other than the badges, in case we forward badges somehow later
everything is now under `/highlighting/automodHighlight/`
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.
The only thing that's questionable to me right now is the color
For other highlights, this colors both the message itself & the scrollbar.
For this, we only color the scrollbar.
Maybe it's best to just leave out the color entirely until we figure out what makes most sense?
Yeah I'm not tied to having any scrollbar color (old caught messages are likely to be unactionable anyways), so we can remove it for now (and changing the message background could look strange) |
When automod split isn't present in the current tab (or chatterino is minimized), moderators may not realize an automod caught message has been received. This PR allows a sound notification and/or taskbar flash upon receiving a caught message