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: wrap long task descriptions #2243

Merged
merged 4 commits into from
Jan 24, 2025

Conversation

ViktorKarpilov
Copy link
Contributor

@ViktorKarpilov ViktorKarpilov commented Jan 24, 2025

An implementation of the feature request: #1582

Closes #1582


If task description is longer than window width -> wrap rest
Changes were made in responce for existing enhancement #1582

Was implemented by spliting text in lines with textwrap and using Text instead of ListItem for display

Before changes
image

After changes
Screenshot 2025-01-24 170343

@sxyazi sxyazi changed the title Implement long task description wraping feat: wrap long task descriptions Jan 24, 2025
Copy link
Owner

@sxyazi sxyazi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sxyazi sxyazi merged commit a4f8e86 into sxyazi:main Jan 24, 2025
6 checks passed
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.

Tasks window clips tasks description
2 participants