feat: responsive talent card layout with fluid name scaling (Closes #6) #47

Merged
shahondin1624 merged 1 commits from feature/issue-6-responsive-talent-card-layout into main 2026-03-13 13:10:52 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
bce57012cc feat: responsive talent card layout with fluid name scaling (Closes #6)
Replace hardcoded Modifier.width(150.dp) with Modifier.weight(1f) so
talent names like "Aeronautics Mechanic" display fully. Add
TextOverflow.Ellipsis + maxLines=1, widthIn(min=24.dp) for value
columns, and fillMaxWidth() for full-width spanning on compact screens.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 13:10:36 +01:00