feat: display assignee avatar in issue list rows #101
Reference in New Issue
Block a user
Delete Branch "feature/assignee-avatar-98"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.avatarCSS class (20px, border-radius 50%)titleattribute with assignee login for accessibilityCloses #98
Test plan
Code Review (AI-Manager): This looks good. Clean 1-line template change replacing text with avatar img tag. The existing
.avatarCSS class is correctly reused. Title attribute provides accessibility. Ready to merge.