Summary
Creator handles that are very long overflow their container in the list view. A shared truncation helper with a configurable max character count should be used wherever handles are displayed in compact contexts.
Scope
- Add
truncateHandle(handle: string, maxLength?: number): string utility (default max: 20 chars)
- Append ellipsis only when truncation occurs
- Add unit tests for: short handle unchanged, exact max unchanged, one over max truncated
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
Creator handles that are very long overflow their container in the list view. A shared truncation helper with a configurable max character count should be used wherever handles are displayed in compact contexts.
Scope
truncateHandle(handle: string, maxLength?: number): stringutility (default max: 20 chars)Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram