feat(KB-653): add board title truncation with tooltip

- Truncate long board titles to 140 characters with ellipsis in TaskCard\n- Add hover tooltip to display full title when truncated\n- Add comprehensive test cases for 140 character truncation edge cases\n- Include changeset for board title truncation fix
This commit is contained in:
gsxdsm
2026-03-31 22:42:09 -07:00
parent 2c62e1d90e
commit 35c0a21d8b
3 changed files with 166 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
---
"@gsxdsm/fusion": patch
---
Truncate board titles to 140 characters with ellipsis and tooltip
Task card titles in the board view are now truncated to a maximum of 140 characters. When a title exceeds this limit, an ellipsis (…) is appended and the full title is shown in a tooltip on hover. This prevents overly long titles from breaking the board layout while preserving full accessibility.