Skip to content
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

feat: connect consecutive messages #66

Open
zeucapua opened this issue Feb 13, 2025 · 0 comments
Open

feat: connect consecutive messages #66

zeucapua opened this issue Feb 13, 2025 · 0 comments

Comments

@zeucapua
Copy link
Collaborator

If a user sends multiple messages in a row, it could make the page "messy" with repeating avatar and details UI alongside the messages.

I suggest we should render these differently, with just one avatar and details in the initial message, with the rest just showing the message itself appended. On hover, you can get the exact date it was sent, so that information doesn't get lost.

If the next message is still from the previous user and differ from the last by more than 3 (5?) minutes, it will break to a "new chain".

Currently

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant