Change to the way user mentions are displayed

Not sure if this is related to the recent DDoS attack, but I have noticed that user mentions look different than they used to. Now if I mention @jomaxro it appears to have a grey font color. Before, it would look like this: with black text.

Is this a side effect of the attack, or a feature change I just missed :wink:?

1 „Gefällt mir“

Not related, it was a recent change made.
https://github.com/discourse/discourse/commit/6d6d8842d234ecd1035e91693ee431eb1cb9a400

3 „Gefällt mir“

Ah, thanks. Any particular reason why (that you know of)?

No idea. I’m not a fan of it yet, as I find it harder to find where I am mentioned in a long topic now, but I need to give it more time. The contrast is now horrid for those with eye sight problems.

3 „Gefällt mir“

I tend to agree with you here. Yes, change is hard (for everyone), but I agree that it is tougher to see, and without knowing the reason the change was made it seems like change for the sake of change.

Yes, not everyone has good vision. For me it looks like a grey bar unless I move closer and squint.

For me it isn’t so hard to read bolded

@codinghorror I find the contrast a bit too soft, can we lighten the gray background a bit?

Or just drop the background altogether?

Actually I think the foreground should be dropped to #646464 which would match the username color used in the top of posts.

Current new combo fails WebAIM: Contrast Checker which is particularly painful on sections of text you need to read.

Many people have crappy monitors that do bad with problem contrast and many people have eyes that can not cope with it.

3 „Gefällt mir“

Probably fine, but #222 was too black.

1 „Gefällt mir“

Having trouble understanding the motivations here too. I’m finding the latest revision harder to read.

Maybe worth a closer look at what Slack does? @mentions that I’m not included on look like normal links. Ones that mention @me or @groups i’m in directly are highlighted in yellow.

1 „Gefällt mir“

@mcwumbly Ich habe es gerade so angepasst, dass es dieselbe Farbe wie der Benutzername im Beitragstitel hat. Ich finde es in Ordnung, vielleicht können wir es auch noch fett darstellen, um eine vollständige Übereinstimmung zu erzielen.

Ich halte die Hervorhebung, wenn man erwähnt wird, für eine sehr interessante Idee. Der erste Schritt besteht darin, die Klasse einzubinden, aber das ist etwas knifflig, da wir einen Markdown-Nachprozessor für jeden Beitrag ausführen müssten, den wir jemals anzeigen.

UX-technisch finde ich interessant, dass der Link Contribute > UX als „wichtiger“ eingestuft wird als eine Erwähnung, was lediglich eine Beobachtung ist.

2 „Gefällt mir“

I kind of like it in bold 1px smaller.

It ties super cleanly with the way we display username in the topic title, so brain goes … ahh this is a username, right away.

@codinghorror should I make this change?

2 „Gefällt mir“

Sure bold would be consistent with category hash so that’s fine.

1 „Gefällt mir“

No? Just a decoratePost callback with this.$('.mention[href="/users/' + username + '"]').addClass('you-mention');

3 „Gefällt mir“