Skip to content

fix: flatten delegation tree node to single Text with truncate#702

Merged
FL4TLiN3 merged 2 commits intomainfrom
fix/remove-flex-grow-delegation-tree
Mar 4, 2026
Merged

fix: flatten delegation tree node to single Text with truncate#702
FL4TLiN3 merged 2 commits intomainfrom
fix/remove-flex-grow-delegation-tree

Conversation

@FL4TLiN3
Copy link
Contributor

@FL4TLiN3 FL4TLiN3 commented Mar 4, 2026

Summary

  • Replace nested Box+Text structure in delegation tree nodes with a single <Text wrap="truncate">
  • Eliminates Ink flex layout issues that caused broken line wrapping when content exceeded terminal width
  • Removes Box import as it's no longer needed

Test plan

  • Verify delegation tree renders correctly as single-line entries with truncation on narrow terminals

🤖 Generated with Claude Code

@FL4TLiN3 FL4TLiN3 enabled auto-merge (squash) March 4, 2026 16:37
@FL4TLiN3 FL4TLiN3 disabled auto-merge March 4, 2026 16:38
@FL4TLiN3 FL4TLiN3 force-pushed the fix/remove-flex-grow-delegation-tree branch 2 times, most recently from 11e6c31 to 13d7591 Compare March 4, 2026 16:42
Replace nested Box+Text structure with a single Text element using
wrap="truncate", avoiding Ink flex layout issues entirely.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 force-pushed the fix/remove-flex-grow-delegation-tree branch from 13d7591 to b4302ae Compare March 4, 2026 16:43
@FL4TLiN3 FL4TLiN3 enabled auto-merge (squash) March 4, 2026 16:44
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 force-pushed the fix/remove-flex-grow-delegation-tree branch from b4302ae to 64edba5 Compare March 4, 2026 16:45
@FL4TLiN3 FL4TLiN3 merged commit 788a860 into main Mar 4, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/remove-flex-grow-delegation-tree branch March 4, 2026 16:46
@FL4TLiN3 FL4TLiN3 mentioned this pull request Mar 4, 2026
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.

1 participant