Skip to content

Draft: message_row: Improve message layout

Felipe Kinoshita requested to merge fkinoshita/fractal:message_row_layout into main

Move the ReadReceiptsList to be side-by-side with the rest of the MessageRow. This is helpful to prevent message rows from jumping around in the room history due to updating read receipts.

This commit also changes the max receipts shown on the ReadReceiptsList component to 4, to make more room to its siblings when in the MessageRow and moves the timestamp label to be closer to the user's name since it looks odd closer to the read receipts but not touching the outer container.

Fixes #1313

Screenshot_from_2023-11-27_11-48-33

@jfft

Edited by Felipe Kinoshita

Merge request reports