feat: responsive attribute card layout with fluid scaling (Closes #5) #46

Merged
shahondin1624 merged 1 commits from feature/issue-5-responsive-attribute-card-layout into main 2026-03-13 13:09:44 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
875d3d0361 feat: responsive attribute card layout with fluid scaling (Closes #5)
Replace hardcoded Modifier.width(90.dp) with Modifier.weight(1f) so
attribute name text fills available space. Add TextOverflow.Ellipsis
and maxLines=1 as safety net. Cards now render correctly from compact
(~140dp) to expanded (~300dp) widths without truncation.

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