-
-
Notifications
You must be signed in to change notification settings - Fork 68
🎨 chore: add messages grouping #851
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
base: dev
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deployed to https://msg-adamant-pr-851.surge.sh 🚀 |
…eat/join-messages-into-a-group
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be it'll be better to show time for the last message instead of the first (not sure about it, just a thought).
…eat/join-messages-into-a-group
i agree with @skranee. I think last message with time might be bettee |
Closes: https://trello.com/c/VEX6lOkS
I've implemented a time-based grouping logic. Messages sent within a 30-second interval now have a reduced bottom margin (from 16px to 4px) to create a more cohesive and compact visual unit
The timestamp is now displayed only on the first message in each group
While I found the visual implementation of 'the bubble solution' less aesthetically pleasing, I chose not to remove it entirely, hence I only added grouping logic and spacing
I'm open to suggestions and alternative approaches regarding "the bubble styling"
UPDATE: