-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[bubble messages] Subjective insights #18083
Comments
Let me go one by one:
Thanks! |
Thank you for the insightful comment! As I see most concerns are addressed or delegated here, I'll close this pre-emptively, to keep it out of the way. |
Some improvements I figured on bubble messages. (Note: all of these are subjective)
Avatar icon placement
(From matrix-org/matrix-react-sdk#6291 (comment))
Currently the avatar shows itself to be "just about" touching the top right side of the message, while previously it was offset entirely away from the message, i had some notes on it;
Background colours
The current colour of messages, in dark-mode, is
#394049
. In my opinion this is way too bright compared to the almost-black background, as it creates too much contrast inbetween the messages and that background.My suggestion would be to change it to
#2e3135
, but I saw some dark emojis (such as a black cat) not look well in that.The colour when hovering over messages (which is currently yellow) turned out to be way too distracting and intrusive to the experience, I don't know a good alternative (even though I suggested
#292a2d
), but here i'd like to suggest to take after Discord, which only minimally changes the message background when hovering over it;Composer alignment
The composer feels "disaligned" with the message timeline now, I feel it is best described with the following images;
Images
(White & blue: Left side of messages. Green & Sea green: avatars. Also note the avatar sizes are off)
Previous;
State messages alignment
Currently, state messages are aligned to the middle of the screen.
This is hard to see in a conversation, but just like #18072, it could be moved closer to the left of the screen, as telegram does in adaptive layout mode;
Wide images
Compared to element;
Deleted messages markup
Currently, in my opinion, deleted message indicators look a bit out of place;
Compare this to whatsapp, where messages only get stylised differently with an icon placed in front of it, but keep their "bubble wrapping";
Bubble rounded corner "continuity" of short messages
The following image shows that very short messages after eachother can look weird with the discontinuity of rounded corners on one side, and the "bubble"-ness of the message on another;
Note that this problem does not occur in slightly longer messages;
It should also be noted how telegram handle this, with their messages being slightly more verbose in comparison;
The problem isn't big, but I think the design should be able to scale to this size, so I noted it here.
The text was updated successfully, but these errors were encountered: