-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Minimize UI noise in message feed #4317
Comments
@t3chguy nifty this has been somewhat worked on already! Using compact timeline fixes some of the noise, but is actually quite cramped in a different way. Seeing the joined messages is useful, my proposal is just to make it less important in the interface. I still argue 3. should be more intelligent. Disabling it means I cannot see in private message thread read receipts. Perhaps making it a "room" setting with default off for public rooms would suffice? |
As to the per-room thing, I have Granular Settings (setting applicable per device/per room) on my todo list, just stuck behind some golang stuff right now |
Thumbs up to any preference that will allow the user to minimise noise. |
The UI has iterated a lot since 2017 and although it probably hasn't adapted to your standard of noise, future improvements should probably be tracked in new individual issues. |
Description
Using the metric of "messages are the most important info in the message feed" the current state is a tad bit cluttered with less important visual information.
This is the current state of the message view
Here is with my proposed changes.
[image no longer available]
Changes specifically relate to "... joined the room" messages:
14px
to12px
as this is not really interesting info and is redundant with list of people in sidebar and statusI realize 3. might be contentious as it's modeled after what other messaging clients do. In one-on-one threads this makes more sense, but in large public group rooms it just adds too much noise.
Additionally, I'd suggest making the hover on message styling of "joined the room" messages a simple HREF color change instead of the background.
Steps to reproduce
Just log in and look at any group message feed, it currently looks like this:
Version information
I'm happy to submit a pull-req with these changes if they are likely to be accepted 😉
The text was updated successfully, but these errors were encountered: