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

Improved formatting of last message in ConversationListElement #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clemensott
Copy link
Contributor

  • Limits the count of lines of the last message of a chat that are displayed in the chat preview to 2 lines. Currently, are all lines displayed, which can take a lot of space. I think a limit of 2 lines is enough but 3 or 4 wouldn't hurt. What do you think?
  • Added TextWrapping for long lines

Examples

Desktop

Before:
desktop_old

Now:
desktop_new

Mobile

Before:
mobile_old

Now:
mobile_new

Message Text

This is the first line
This is the second line and it is much longer which results in a line break
This is the third line
4
5
6
7
8
9

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

Successfully merging this pull request may close these issues.

None yet

1 participant