Add a compacter message view mode; closes #2906#2913
Merged
marceloschmidt merged 1 commit intoRocketChat:developfrom May 27, 2016
lucasvanhalst:compacter_messages
Merged
Add a compacter message view mode; closes #2906#2913marceloschmidt merged 1 commit intoRocketChat:developfrom lucasvanhalst:compacter_messages
marceloschmidt merged 1 commit intoRocketChat:developfrom
lucasvanhalst:compacter_messages
Conversation
Member
Contributor
Author
|
Hmm I don't know, could be kinda confusing since people tend to not upload an avatar (at least on my server) |
Member
|
Only if you can hoover the avatar and see the username, but this should be configurable and not the default. |
Contributor
Author
|
I've cleaned up the commit history a bit, and added the option you suggested @engelgabriel |
Member
|
@lucasvanhalst did you add the hover to show the username? |
Contributor
Author
Member
|
Thanks! I'll have a look at why it's not working on my instance ;) |
This was referenced Mar 30, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

@RocketChat/core
Closes #2906
Adds 3 different message view modes (instead of only normal/compact):
Most notable is the new 'compact' option, which makes the messages really compact, IRC-style.
The old 'compact' mode is still available, but renamed to 'cozy'
Before:

After:
This does hide the admin/mod etc tags though to save some space, but maybe we should add an option to show/hide it on the admin pages
Also adds an additional option in the user preferences to show or hide usernames in the message template, to potentially save some extra space (could be useful on mobile devices for example).