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

fix(LWW): do not ellipsize when lines && widgets > 100 #626

Conversation

GeopJr
Copy link
Owner

@GeopJr GeopJr commented Oct 31, 2023

Problem: without setting lines to 100 and ellipsizing, LLW would mess up its sizing. I do not think this is a problem anymore, maybe, but without ellipsizing theres a performance impact so it has to stay for now until the switch to ListView or other optimized containers. However, it seems that when a post contains only custom emojis, it needs ellipsizing to be off for the wrapping to be done right (ex. https://eepy.moe/notes/9li57c0uugndgjq2)

Solution: when lines and widgets > 100, set ellipsizing to none 🤷

@GeopJr
Copy link
Owner Author

GeopJr commented Dec 21, 2023

Closed in favor of #644 for now

@GeopJr GeopJr closed this Dec 21, 2023
@GeopJr GeopJr deleted the fix/lww/do-not-ellipsize-when-lines-and-widget-are-over-100 branch December 21, 2023 22:31
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