feat(chat): group consecutive messages into message blocks for more consistent dom flow and fixing weird spacing #157
Reference in New Issue
Block a user
Delete Branch "theAnuragMishra/flotilla:dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pr makes the following changes to implement a better structure for chat messages.
group consecutive messages from the same user.
reactions/actions intact.
to emit message-block items (respecting the existing 3-minute gap rule) and render blocks via RoomMessageBlock.
Before and After screenshots attached in that order.
moved to #159 to follow the contribution workflow.
Pull request closed