Unite messages of the same user
No need to break messages with username.
Example:
user: message
user: message
user2:message
user: message
to
user: message
message
message
user2: message
user: message
Sequential messages are visually combined starting in v1.3
-
Tony commented
something like this CSS should work.
```
.same--user .post-header-post {
display: none;
}
.same--user.post:hover .post-header-post {
display: block;
position: absolute;
top: -20px;
right: 0;
padding: 2px 10px;
margin-top: -3px;
border: 1px solid #a8a8a8;
background: rgba(0,0,0,0.5);
}
``` -
Tracking ticket: https://mattermost.atlassian.net/browse/PLT-924
-
Michael Mulligan commented
-
Anonymous commented
When chatting with someone
I Often hit enter to expose my mind
I found it easy to read and understand :)
With Slack
All of these sentences are grouped in the same "flow"
and not seperate by new chat.
So would you enhance the control of the carrier return during chat sessions :) ? -
User404 commented
Just like avatars do. Same logic should be used.