-
Notifications
You must be signed in to change notification settings - Fork 701
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 some of the actions coloring #47
Conversation
👍 |
I will take a look at this tonight. |
Re: wording, I guess that'll have to do until we can display who has set the topic at the time (cf. #31 (comment)). Re: colored nicknames, can't you really display the right color instead of gray? It really is a regression compared to pre-nice-actions era... :-( |
Hmm, I'm not really sure about it. Having joins/parts muted makes them less eye catchy, and having colored nicknames would defeat the purpose. |
I've pushed a second half of the fix for #90 into this PR, which makes highlighted actions to be red, as they should be. |
Actually @xPaw, sorry to ask you that, but do you mind keeping these in 3 different PRs? |
It's 3 separate commits, that changes nothing for the changelog. Creating separate PRs and then rebasing them every time is too much hassle. |
Yes it does, it simplifies my life when it's time to write it, so really that would be nice of you... |
I really don't see why you want 3 separate PRs, do you want every commit to be attached to a separate issue? |
Not every commit, but every separate topic, yes. And really the reason is to help me with writing the change log, which takes enough time for me to ask, when willing to do it well. Definitely helps with the review and time to merge too. But nevermind, I didn't think it would be such a big deal and I would have preferred to do it myself rather than argue about it. |
I've already opened the shell to separate them, give me a couple of minutes. |
Cool, thanks. |
@xPaw, could you extract the highlight fixing commit in a separate PR please? It is probably good as-is while we apparently are not set for the other commit. The highlight fixing thing should ship quickly as it's a bug fix IMO. For the other one:
|
@astorije I've changed color and removed selectors that affected names. I'd rather get this PR out of the way. We will need some grand discussion on all the stuff that affects colored names, and colors related in general, it's just too messy right now. |
😢 for colored nicknames... 👍 for now |
Fix some of the actions coloring
Actions are muted color, fixes highlighted actions.