-
Notifications
You must be signed in to change notification settings - Fork 12
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
It's confusing that Replies to your own messages (and highlights in general?) are entirely coloured red. #744
Comments
Related:
|
From discussion on matrix-org/matrix-react-sdk#2896
I'm on the web client and I see mentions are highlighted with a light yellow background color. Wouldn't that be sufficient, or am I misunderstanding the discussion? A bit of a tangent, but I'd also like to suggest changing the color from red to anything else. Red in UI is associated with error/danger states, so as an end user I wasn't sure if it indicated some problem the first time I saw it. |
Here's a screenshot of how replies look currently: It's worth noting that it doesn't appear this way on mobile: Both screenshots taken from the perspective of the user "Jimmy". (Shared with Sama's permission) As others have noted, the red is quite ugly and bad. I hope that the Element team will improve things, or at least give us an option to disable message highlights. My personal opinion is that the yellowed background is enough to highlight a message, and the text doesn't need to change color as well. This is how Discord does mentions: |
This issue is now nearly 2 years old, any progress made? It really annoys me. |
@CubicrootXYZ The earlier fix at matrix-react-sdk/pull/2896 was closed because at that time there was not always another indication that the message was highlighted. Since then the relevant css has been changed to include the yellow background and the red text (source here). This stylesheet sets the text color to As far as I can tell, there are no blockers to this issue at the moment. If so, I can make a PR for the issue and hope it lands in the release channel eventually. |
For the record, matrix-org/matrix-react-sdk#3553 has fixed the main point of this issue, which was that replies that pinged you would highlight the entire replied-to message. I assume there's still scope though for something like matrix-org/matrix-react-sdk#5724 to improve the situation further. |
Just came here to say exactly this - Discord example is great way to highlight a message containing mention without giving feels of danger to the user. |
For a while I thought it was just "unverified recipient" but it wasn't. I don't think replies should color the entire message red, especially not in one-on-one chats. |
@mdsina I've been tied up with work lately, but I might have some time tonight or later this week to revisit this. |
This is especially annoying when your name is also an english word. I get red messages anytime someone uses the work mark. Is it possible to remove this and only notify when someone does |
Only one I've hear is that you totally disable notifications/pings except for custom keyword that is your full I'm honestly really surprised that the ping method is currently and has remained this rigid and annoying. |
Can we please get rid of this annoying red warning color in replies? This thread has been open for 4 years now and still nothing has been done. It's such an easy fix and I am convinced some people aren't using Element simply because of this warning color being used. For the sake of increased adoption and ease on all of our eyes, please change the text color to literally anything else legible. |
Spamming issues and PRs with similar comments isn't going to make people inclined to fix it, honestly. The team is currently focusing on other areas of the app, but that doesn't mean a PR is forbidden on this: please absolutely open one if you're confident in the change. |
@turt2live There is a PR open about this but it's just sitting still. Seriously anything besides the current alert fatigue inducing red would be an improvement over the years long standstill going on. I don't know if it's the perfect that has become the enemy of good or it has simply fallen through the cracks, but it's seriously silly and can trivially be remediated to a large extent. |
I agree. Almost no one uses the reply function for serious discussions with long replies in the matrix debate rooms I participate, because the long red texts are unpleasant to the eyes. Wouldn't it be a 2 minutes fix for a developer (just change the RBG value to make the texts white)? It should be an easy fix for wider adoption. |
Yup, it will be. Once the Design team issues instruction to do so |
We do already have design instruction, actually, but matrix-org/matrix-react-sdk#9199 cannot currently be merged, because there is still outstanding work to be done: specifically, highlighting any custom keywords that caused the notification by placing them in red pills, just like @room and @user pills look today, except without the avatar. This is non-trivial, so we are very much open to community contributions that would help implement this final piece. |
I'm also eagerly awaiting this to be fixed -- the red is nasty. |
Just chiming in with support for toning this style down. I spent an hour just now updating element on all of my devices and checking logs on my server, wondering why some of my messages were indicating an error despite apparently being received on all of my other devices, others being able to reply and react to them, etc. Turns out this is just how a normal reply looks? That was confusing... Red usually indicates a problem! |
Hi, mid-2024 here. Still a problem :-/ |
haiii |
I've opened a PR that resolves this issue and implements Robin's suggestion for notification keywords above!
A few words: This issue was consistently brought up by every user that I've onboarded on to Element/Matrix. There have been at least five different tickets opened and four attempted pull requests targeting this issue. It breaks my heart to see such a trivial and immediate source of friction kept alive for 5 years by bikeshedding — I want to be excited about Element, I want to be able to recommend Matrix to people, for there to be a mature, user-friendly client that they can comfortably jump into, but things like this make my confidence in the project waver. A step in the right direction is so much better than no step at all Not every issue needs to be taken out in a single swing. This is a significantly preferable alternative to letting the situation remain unimproved for half a decade. |
I always though the red was something to do with encryption failing or something. Bad UX! Hope this can be improved. I like @taffyko's work on the matter and it seems more intuitive. Great job! |
I'm honestly surprised it was left like this for that long. It seems like an easy patch and it threw me off for a while thinking it was insecure to send replies 💀 |
It's probably fine that replies to your own messages get turned into highlights. But it's not ideal that it makes the whole message red. And in fact, highlights in general probably shouldn't be entirely red - only the bit which actually highlighted you.
The text was updated successfully, but these errors were encountered: