Skip to content
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

Merged
merged 1 commit into from
Mar 5, 2016
Merged

Fix some of the actions coloring #47

merged 1 commit into from
Mar 5, 2016

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Feb 15, 2016

chrome_2016-02-15_11-38-31

Actions are muted color, fixes highlighted actions.

@wizardfrag
Copy link
Contributor

👍

@astorije
Copy link
Member

I will take a look at this tonight.

@astorije astorije added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Feb 16, 2016
@astorije
Copy link
Member

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... :-(

@xPaw
Copy link
Member Author

xPaw commented Feb 19, 2016

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.

@xPaw
Copy link
Member Author

xPaw commented Feb 23, 2016

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.

@astorije
Copy link
Member

Actually @xPaw, sorry to ask you that, but do you mind keeping these in 3 different PRs?
It would definitely help with the review and keeping/building the change log nice and clean.
Thanks!!

@xPaw
Copy link
Member Author

xPaw commented Feb 23, 2016

It's 3 separate commits, that changes nothing for the changelog. Creating separate PRs and then rebasing them every time is too much hassle.

@astorije
Copy link
Member

Yes it does, it simplifies my life when it's time to write it, so really that would be nice of you...
It's not too difficult to do: checkout the branch, create 2 new branches of it, rebase -i to remove 2 commits per branch, push and open 2 new PRs... I would do it myself as it would literally take me 1 minute, but I can't as it's on your fork :-/ Pleeeease :)

@xPaw
Copy link
Member Author

xPaw commented Feb 23, 2016

I really don't see why you want 3 separate PRs, do you want every commit to be attached to a separate issue?

@astorije
Copy link
Member

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.

@xPaw
Copy link
Member Author

xPaw commented Feb 23, 2016

I've already opened the shell to separate them, give me a couple of minutes.

@astorije
Copy link
Member

Cool, thanks.

@xPaw xPaw changed the title Fix #31: Mute actions colours, reword topic change Fix some of the actions coloring Feb 23, 2016
@maxpoulin64
Copy link
Member

Personally I would like the colors to still be visible but dimmed, but I understand this is a pain with the way colors work at the moment. A workaround that we could use however could be to set the text color to #000, and use opacity: .25; to dim the whole line back to #ccc

Quick test on the dev console:
capture d ecran_2016-02-27_19-49-09

Thoughts?

@astorije
Copy link
Member

@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:

  • #ccc is too muted actually. I don't have vision issues and yet I have a hard time reading them, so I would go with same as own user text, #999 (which doesn't even pass WCAG accessibility guidelines, so we should not go brighter than that).
  • For the nick color, I stand by my earlier position: should be green when colored nicknames are disabled and colored when colored nicknames are enabled. It currently is a regression compared to Shout for example. However, I understand they are a pain to deal with so fine to go in a different PR and use green for everything right now, just not gray. Then users can use custom stylesheet (coming soon :p) to disable colors altogether.

@xPaw
Copy link
Member Author

xPaw commented Feb 28, 2016

@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.

@astorije
Copy link
Member

astorije commented Mar 5, 2016

😢 for colored nicknames...

👍 for now

astorije added a commit that referenced this pull request Mar 5, 2016
Fix some of the actions coloring
@astorije astorije merged commit 46c2eab into thelounge:master Mar 5, 2016
@xPaw xPaw deleted the actions branch March 7, 2016 17:17
@astorije astorije added this to the 1.3.1 milestone Apr 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants