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
Color mentions to match the mentioned users color #2284
Conversation
should there be a setting for it or do we force this? I'd personally prefer not to use it |
I agree that this is a very "opinionated" change, it adds too much visual "clutter" for my liking. I believe there should definitely be a setting for this. |
I should have explained that this change is not for visual fluff. I added it because it is necessary to be able to follow conversations in any reasonably large communities. |
What yunglpr and tranred said is still applicable. Features that certain people want, others may not want. It should be an option, not a forced feature. |
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 have some comments regardless of whether or not we eventually want a setting for this 😄
Thanks for the feedback. I added a setting and fixed the issues pointed out by leon. |
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 like this feature and I think it's a nice addition overall :+1: Sorry for being a little pedantic over the code though :stuck_out_tongue:
Two more things:
- You can include
Fixes #1963 \n Fixes #2121
in PRs body to link the issues and close them upon merging. - What will happen when I send something like
@asdasdasdasdasdasdasdxd
? Chatterino will resolve this to a valid mention, but obviously such user doesn't exist - how would this feature behave in such cases?
Looks good - the unresolved comments are still changes I'd like to see - after that I'll give it a whirl and we can get this merged in! Thanks a lot for contributing! |
Pushed the requested changes. 🙂
The default text color will be used ( |
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.
Thanks for your contribution!
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.
👍
Does it continuously populate color cache without ever clearing it? |
Sorry btw to write after it have been merged xd |
PR #2284 introduced this bug: whispers aren't linked to a twitch channel but we're storing user colors in a twitch channel. So, dereferencing a nullptr. Not good.
Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription
Fixes #1963
Fixes #2121