Skip to content

Comments

Use ellipsis for long titles in detail screen app bars#1024

Merged
gregmarra merged 1 commit intomainfrom
fix-appbar-title-ellipsis
Feb 11, 2026
Merged

Use ellipsis for long titles in detail screen app bars#1024
gregmarra merged 1 commit intomainfrom
fix-appbar-title-ellipsis

Conversation

@gregmarra
Copy link
Contributor

@gregmarra gregmarra commented Feb 11, 2026

Summary

  • All detail screen TopAppBar titles used maxLines = 1 but defaulted to TextOverflow.Clip, which hard-cuts text at the boundary with no visual indicator
  • Added overflow = TextOverflow.Ellipsis so truncated titles show "..." instead
  • Affected screens: Team, Event, District, TeamEvent, Match

Before / After

Before: "177 - Bobcat" (hard clipped, no indication of truncation)

After: "177 - Bobcat Robot..." (ellipsis shows text continues)

Test plan

  • Verified on Team 177 (Bobcat Robotics) — title now shows "177 - Bobcat Robot..." with ellipsis
  • Verify event detail with long event names (e.g. "2026 CA District San Francisco Event")
  • Verify district, team@event, and match detail screens

🤖 Generated with Claude Code

All detail screen TopAppBar titles used maxLines=1 but defaulted to
TextOverflow.Clip, which hard-cuts text without visual indication.
Add TextOverflow.Ellipsis so truncated titles show "..." instead.

Affected screens: Team, Event, District, TeamEvent, Match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gregmarra gregmarra merged commit 1a0d253 into main Feb 11, 2026
5 checks passed
@gregmarra gregmarra deleted the fix-appbar-title-ellipsis branch February 11, 2026 23:03
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