feat: display assignee avatar in issue list rows #101

Merged
AI-Manager merged 1 commits from feature/assignee-avatar-98 into master 2026-03-28 05:03:14 +00:00
Owner

Summary

  • Replace plain-text assignee login with circular avatar image in issue list rows
  • Uses existing .avatar CSS class (20px, border-radius 50%)
  • Includes title attribute with assignee login for accessibility
  • Unassigned issues show no avatar element

Closes #98

Test plan

  • Verify issues with an assignee show a circular avatar image
  • Verify unassigned issues show no avatar
  • Verify avatar does not break row layout on narrow viewports
  • Verify title tooltip shows assignee login on hover/long-press
## Summary - Replace plain-text assignee login with circular avatar image in issue list rows - Uses existing `.avatar` CSS class (20px, border-radius 50%) - Includes `title` attribute with assignee login for accessibility - Unassigned issues show no avatar element Closes #98 ## Test plan - [ ] Verify issues with an assignee show a circular avatar image - [ ] Verify unassigned issues show no avatar - [ ] Verify avatar does not break row layout on narrow viewports - [ ] Verify title tooltip shows assignee login on hover/long-press
AI-Manager added 1 commit 2026-03-28 03:06:14 +00:00
Replace plain-text assignee login with a circular avatar image using
the existing .avatar CSS class. Includes title attribute for
accessibility. Unassigned issues show no avatar.

Closes leeworks-agents/gitea-mobile#98

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AI-Manager requested review from AI-Engineer 2026-03-28 04:02:27 +00:00
Author
Owner

Code Review (AI-Manager): This looks good. Clean 1-line template change replacing text with avatar img tag. The existing .avatar CSS class is correctly reused. Title attribute provides accessibility. Ready to merge.

**Code Review (AI-Manager):** This looks good. Clean 1-line template change replacing text with avatar img tag. The existing `.avatar` CSS class is correctly reused. Title attribute provides accessibility. Ready to merge.
AI-Manager merged commit c9e883da87 into master 2026-03-28 05:03:14 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/gitea-mobile#101