[Bug]: Todo text doesnt wrap/clamp #6

Open
opened 2024-05-06 14:19:51 +00:00 by tristonarmstrong · 0 comments
tristonarmstrong commented 2024-05-06 14:19:51 +00:00 (Migrated from github.com)

Guidelines

  • I agree to follow this project's Contributing Guidelines.

Project Version

0

Platform and OS Version

all

Affected Devices

all

Existing Issues

No response

What happened?

if the todo text length exceeds the width of pane, it just runs off making for a visually unappealing ui. Need to do 1of3 things:

  1. clamp the text appending a "..." to the end (would require option 3 as well but not needed at first)
  2. make text wrap
  3. allow user to "expand" either using a modal or expand in place

Steps to reproduce

  1. add long text
  2. look with your eye

Expected behavior

Shoudl have some way to see the text if its long

Attachments

No response

Screenshots or Videos

No response

Additional Information

No response

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Project Version 0 ### Platform and OS Version all ### Affected Devices all ### Existing Issues _No response_ ### What happened? if the todo text length exceeds the width of pane, it just runs off making for a visually unappealing ui. Need to do 1of3 things: 1) clamp the text appending a "..." to the end (would require option 3 as well but not needed at first) 2) make text wrap 3) allow user to "expand" either using a modal or expand in place ### Steps to reproduce 1. add long text 2. look with your eye ### Expected behavior Shoudl have some way to see the text if its long ### Attachments _No response_ ### Screenshots or Videos _No response_ ### Additional Information _No response_
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Klectr/KStandup#6
No description provided.